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:
commit
853252b3ae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/propose-release.yml
vendored
2
.github/workflows/propose-release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue