mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-23 22:22:59 +03:00
Update update-build-release.yml
This commit is contained in:
parent
9022ad769c
commit
57ec0a8fff
15
.github/workflows/update-build-release.yml
vendored
15
.github/workflows/update-build-release.yml
vendored
@ -50,6 +50,14 @@ jobs:
|
||||
echo "release_name=$release_name" >> $GITHUB_OUTPUT
|
||||
echo "tag_name=$tag_name" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Tag Repo
|
||||
uses: rickstaa/action-create-tag@v1
|
||||
if: ${{ steps.commit.outputs.commited || github.event.head_commit }}
|
||||
with:
|
||||
tag: ${{ steps.version.outputs.tag_name }}"
|
||||
force_push_tag: true
|
||||
commit_sha: ${{ steps.commit.outputs.commit_long_sha || github.event.head_commit.id}}
|
||||
|
||||
- name: Outputs
|
||||
id: outputs
|
||||
run: |
|
||||
@ -119,13 +127,6 @@ jobs:
|
||||
|
||||
- run: rm -rf dist/release_notes.json
|
||||
|
||||
- name: Tag Repo
|
||||
uses: rickstaa/action-create-tag@v1
|
||||
with:
|
||||
tag: ${{ needs.update_packages.outputs.tag_name}}
|
||||
force_push_tag: true
|
||||
commit_sha: ${{ needs.update_packages.outputs.commit_long_sha }}
|
||||
|
||||
- name: Upload files to a GitHub release
|
||||
uses: ncipollo/release-action@v1.13.0
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user