diff --git a/.gitea/workflows/update-flake-lock.yml b/.gitea/workflows/update-flake-lock.yml index d567b36..01ca9e3 100644 --- a/.gitea/workflows/update-flake-lock.yml +++ b/.gitea/workflows/update-flake-lock.yml @@ -52,8 +52,10 @@ jobs: run: nix flake check --all-systems - name: Commit updates if: ${{ steps.checkChanges.outputs.CHANGES == 'y' }} - # FIX: chore must trigger release - # Temporary commiting as fix, because chore not triggering release 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 + release: + name: Release a new version + needs: update + uses: xaked/actions/.gitea/workflows/cog-release.yml@2.0.0