mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-23 22:22:59 +03:00
Update tag workflow
This commit is contained in:
parent
e265ecb08c
commit
8ba485e264
9
.github/workflows/update-build-release.yml
vendored
9
.github/workflows/update-build-release.yml
vendored
@ -120,12 +120,11 @@ jobs:
|
|||||||
- run: rm -rf dist/release_notes.json
|
- run: rm -rf dist/release_notes.json
|
||||||
|
|
||||||
- name: Tag Repo
|
- name: Tag Repo
|
||||||
uses: richardsimko/update-tag@v1
|
uses: rickstaa/action-create-tag@v1
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ needs.update_packages.outputs.tag_name}}
|
tag: ${{ needs.update_packages.outputs.tag_name}}
|
||||||
env:
|
force_push_tag: true
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
commit_sha: ${{ needs.update_packages.outputs.commit_long_sha }}
|
||||||
GITHUB_SHA: ${{ needs.update_packages.outputs.commit_long_sha }}
|
|
||||||
|
|
||||||
- name: Upload files to a GitHub release
|
- name: Upload files to a GitHub release
|
||||||
uses: ncipollo/release-action@v1.13.0
|
uses: ncipollo/release-action@v1.13.0
|
||||||
|
Loading…
Reference in New Issue
Block a user