mirror of
https://github.com/DeterminateSystems/determinate-nix-action.git
synced 2026-02-25 07:07:11 +00:00
Add-commit the state.json and whatnot in one shot
This commit is contained in:
parent
fbd616d075
commit
565e8e464d
1 changed files with 2 additions and 4 deletions
6
.github/workflows/propose-release.yml
vendored
6
.github/workflows/propose-release.yml
vendored
|
|
@ -25,10 +25,8 @@ jobs:
|
|||
extra-commands-early: |
|
||||
nix develop -c ./tools/update-state.sh "v$VERSION"
|
||||
git diff || true
|
||||
git add tools/state.json
|
||||
git commit -m "Update the state.json for v$VERSION"
|
||||
git commit -m "Update the state.json for v$VERSION" ./tools/state.json
|
||||
nix develop -c ./tools/generate.sh
|
||||
git add README.md action.yml
|
||||
git commit -m "Update README.md and action.yml for v$VERSION"
|
||||
git commit -m "Update README.md and action.yml for v$VERSION" README.md action.yml
|
||||
echo "Checking there is no remaining diff..."
|
||||
git diff --exit-code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue