1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 22:33:57 +02:00

Merge pull request #3 from DeterminateSystems/grahamc-patch-1

Fixup propose-release: don't puke if the version number didn't change
This commit is contained in:
Eelco Dolstra 2025-03-05 18:26:15 +00:00 committed by GitHub
commit 853252b3ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,4 +26,4 @@ jobs:
extra-commands-early: |
echo ${{ inputs.version }} > .version-determinate
git add .version-determinate
git commit -m "Set .version-determinate to ${{ inputs.version }}"
git commit -m "Set .version-determinate to ${{ inputs.version }}" || true