Skip to content

Commit

Permalink
update version name
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Nov 18, 2024
1 parent 672f199 commit 0c9bd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: ./.github/workflows/create_branch_prefix.yml
with:
prefix: 'benchmark'
version: VERSION=$(jq -r '.version' package.json)
version: $(jq -r '.version' package.json)
secrets:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}

Expand Down

0 comments on commit 0c9bd88

Please sign in to comment.