Skip to content

Commit

Permalink
Fix appending
Browse files Browse the repository at this point in the history
  • Loading branch information
ifrost committed Mar 11, 2025
1 parent ecbf31d commit 75ffc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Append sha to plugin version
if: inputs.addSha == true
run: npm version --no-git-tag-version `jq -r '.version' package.json`-`${{ env.commit_short_sha }}`
run: npm version --no-git-tag-version `jq -r '.version' package.json`-${{ env.commit_short_sha }}

- name: Build frontend
run: yarn build
Expand Down

0 comments on commit 75ffc8f

Please sign in to comment.