ref: 8f756e8aebb1bd6208c23598646cfe82b1d74077
parent: b6cb29d201b51063b2af26b28a24553c3596151d
parent: bf60472702270d2368d5cdbb7fc8af7870289732
author: Jonne Kokkonen <jonne.kokkonen@gmail.com>
date: Sun Oct 1 18:37:14 EDT 2023
Merge pull request #131 from laamaa/fix-nix-pkg-script Update nix-package.yml
--- a/.github/workflows/nix-package.yml
+++ b/.github/workflows/nix-package.yml
@@ -51,4 +51,4 @@
git config user.email "github-actions@github.com"
git config user.name "GitHub Actions"
git commit -am "Update version and hash in default.nix to $latest_annotated_tag_without_v"
- git push origin HEAD
+ git push
--
⑨