remote auto tag remove
Some checks failed
Build iso when a new version is pushed / build_and_create_release (push) Failing after 10s
Some checks failed
Build iso when a new version is pushed / build_and_create_release (push) Failing after 10s
This commit is contained in:
@ -25,8 +25,9 @@ jobs:
|
||||
# run: make iso
|
||||
#
|
||||
- name: fetch tags
|
||||
run: git fetch --tags
|
||||
run: echo ${{secrets.RELEASE_TOKEN}}
|
||||
run: |
|
||||
git fetch --tags
|
||||
echo ${{secrets.RELEASE_TOKEN}}
|
||||
|
||||
- name: create release
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
|
Reference in New Issue
Block a user