1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00

Fixup propose-release: don't puke if the version number didn't change

This commit is contained in:
Graham Christensen 2025-03-05 10:09:06 -08:00 committed by GitHub
parent edb0c4d1b0
commit 07d8bf7a66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,4 +26,4 @@ jobs:
extra-commands-early: | extra-commands-early: |
echo ${{ inputs.version }} > .version-determinate echo ${{ inputs.version }} > .version-determinate
git add .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