Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
85a295744b
|
|||
| adfcc88ef5 |
@@ -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
|
||||||
|
|||||||
12
flake.lock
generated
12
flake.lock
generated
@@ -87,11 +87,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1766885793,
|
"lastModified": 1767047869,
|
||||||
"narHash": "sha256-P6RVkrM9JLCW6xBjSwHfgTOQ1JwBUma5xe5LI8xAPC0=",
|
"narHash": "sha256-tzYsEzXEVa7op1LTnrLSiPGrcCY6948iD0EcNLWcmzo=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "9ef261221d1e72399f2036786498d78c38185c46",
|
"rev": "89dbf01df72eb5ebe3b24a86334b12c27d68016a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -118,11 +118,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1766885793,
|
"lastModified": 1767047869,
|
||||||
"narHash": "sha256-P6RVkrM9JLCW6xBjSwHfgTOQ1JwBUma5xe5LI8xAPC0=",
|
"narHash": "sha256-tzYsEzXEVa7op1LTnrLSiPGrcCY6948iD0EcNLWcmzo=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "9ef261221d1e72399f2036786498d78c38185c46",
|
"rev": "89dbf01df72eb5ebe3b24a86334b12c27d68016a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
Reference in New Issue
Block a user