mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 13:47:20 +00:00
Update sync-release-version.yml
This commit is contained in:
parent
3a3ec498d8
commit
07f86bcdc4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/sync-release-version.yml
vendored
3
.github/workflows/sync-release-version.yml
vendored
|
@ -26,8 +26,9 @@ jobs:
|
|||
- name: Push tag
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
args: --follow-tags
|
||||
tags: true
|
||||
github_token: ${{ secrets.PAT_TOKEN }}
|
||||
branch: sec
|
||||
|
||||
update-version:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue