ci: run release job
Some checks failed
build-flake / Build flake (push) Successful in 5m37s
build-flake / Release a new version (push) Successful in 9s
Sync flake lock with main nix-configuration project / Sync flake lock with main nix-configuration project (push) Successful in 17s
Sync flake lock with main nix-configuration project / Release a new version (push) Failing after 8s
Some checks failed
build-flake / Build flake (push) Successful in 5m37s
build-flake / Release a new version (push) Successful in 9s
Sync flake lock with main nix-configuration project / Sync flake lock with main nix-configuration project (push) Successful in 17s
Sync flake lock with main nix-configuration project / Release a new version (push) Failing after 8s
This commit is contained in:
@@ -52,8 +52,10 @@ jobs:
|
|||||||
run: nix flake check --all-systems
|
run: nix flake check --all-systems
|
||||||
- name: Commit updates
|
- name: Commit updates
|
||||||
if: ${{ steps.checkChanges.outputs.CHANGES == 'y' }}
|
if: ${{ steps.checkChanges.outputs.CHANGES == 'y' }}
|
||||||
# FIX: chore must trigger release
|
|
||||||
# Temporary commiting as fix, because chore not triggering release
|
|
||||||
run: |
|
run: |
|
||||||
git commit --no-gpg-sign -m 'fix(flake): update flake.lock'
|
git commit --no-gpg-sign -m 'chore(flake): update flake.lock'
|
||||||
git push
|
git push
|
||||||
|
release:
|
||||||
|
name: Release a new version
|
||||||
|
needs: update
|
||||||
|
uses: xaked/actions/.gitea/workflows/cog-release.yml@2.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user