Skip to content

Commit

Permalink
packages/contrast-releases: fix v0.7.0 and update workflow on release (
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf authored Jun 14, 2024
1 parent 3ea0d16 commit 4bcf1a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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
8 changes: 4 additions & 4 deletions packages/contrast-releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"hash": "sha256-wkFrKsnoTfoe+iKM3GwJShLdLzdgwl5S+3RToGdMdUg="
},
{
"version": "0.7.0",
"version": "v0.7.0",
"hash": "sha256-0arNzOsh9FBUV+uzF/bOZe/2Bat+Qb7EqS5n5VCUcJQ="
}
],
Expand Down Expand Up @@ -71,7 +71,7 @@
"hash": "sha256-Y8SOqsFnknDM8j/bsjLgkEjyLtONUE68SWIWG566QE8="
},
{
"version": "0.7.0",
"version": "v0.7.0",
"hash": "sha256-SCodY1iwWrGUOY5oMJKBxOvkOnK+ujfNFheV3ip7qCk="
}
],
Expand All @@ -93,7 +93,7 @@
"hash": "sha256-gkORMN5x9L5QdSSdszaeij57PHkxY12ZpqZ7Ud6VrIg="
},
{
"version": "0.7.0",
"version": "v0.7.0",
"hash": "sha256-7wpPTpxAOh3vsECdZh+BsJQCzkrnJwG+2O+WctKuwlk="
}
],
Expand All @@ -107,7 +107,7 @@
"hash": "sha256-7A/r68T8BlYeTgMQtrCUqR/+dQlwFimeGz+7JSxAT4w="
},
{
"version": "0.7.0",
"version": "v0.7.0",
"hash": "sha256-HFz0blP1yGs3wjUs5z9/cyPqCkzxh5AWAD25PLRONGw="
}
]
Expand Down

0 comments on commit 4bcf1a6

Please sign in to comment.