fix workflow file
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 12s

This commit is contained in:
2025-04-15 20:06:46 +02:00
parent b55c6baf47
commit 1c38dc5686

View File

@ -26,9 +26,8 @@ jobs:
- name: create tag - name: create tag
run: | run: |
TAG=$(git rev-parse --short HEAD) git config user.name "gitea-actions"
git config user.name "github-actions" git config user.email "actions@gitea.com"
git config user.email "actions@github.com"
git tag ${{steps.vars.outputs.TAG}} git tag ${{steps.vars.outputs.TAG}}
git push origin ${{steps.vars.outputs.TAG}} git push origin ${{steps.vars.outputs.TAG}}
@ -38,4 +37,4 @@ jobs:
tag_name: ${{steps.vars.outputs.TAG}} tag_name: ${{steps.vars.outputs.TAG}}
files: |- files: |-
flake.nix flake.nix
api_key: '${{secrets.RELEASE_TOKEN}}' api_key: ${{secrets.RELEASE_TOKEN}}