fix: add tag

This commit is contained in:
Ilya Zlobintsev
2023-02-25 10:18:57 +02:00
parent 91742715f9
commit 4a107443e1

View File

@@ -50,4 +50,11 @@ jobs:
body: ${{ github.event.head_commit.message }}
prerelease: true
name: Test release
tag: test-build
- name: Update test-build tag
run: |
git tag -f test-build
git push -f origin test-build
shell: bash