Skip to content

Commit

Permalink
release(2.0.2): fix action variables
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed Apr 27, 2024
1 parent bf14926 commit dba280d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
sed -i "s/version: .*/version: $TAG/" "${{ env.project_name }}.libraries.yml"
# Update version in package.json
sed -i 's/"version": "[^"]*"/"version": "${TAG}"/' package.json
jq --arg tag "$TAG" '.version = $tag' package.json > temp.json && mv temp.json package.json
git add "${{ env.project_name }}.info.yml"
git add "version.css"
Expand Down

0 comments on commit dba280d

Please sign in to comment.