mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
fix: add tag
This commit is contained in:
7
.github/workflows/build-packages.yaml
vendored
7
.github/workflows/build-packages.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user