Skip to content

Commit

Permalink
release: fix update of contrast-releases.json
Browse files Browse the repository at this point in the history
use inputs.version

Signed-off-by: miampf <[email protected]>
(cherry picked from commit 517187c)
  • Loading branch information
miampf authored and katexochen committed Jun 14, 2024
1 parent 993d6a6 commit 7332790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
nix build -L .#cli-release
- name: Update contrast-releases.json with new release
env:
VERSION: ${{ needs.process-inputs.outputs.MAJOR_MINOR_PATCH }}
VERSION: ${{ inputs.version }}
run: nix run .#scripts.update-contrast-releases
- name: Upload updated contrast-releases.json (for main branch PR)
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
Expand Down

0 comments on commit 7332790

Please sign in to comment.