Skip to content

Commit

Permalink
release(2.1.2): fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed Apr 27, 2024
1 parent fd66ef4 commit 5511882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ jobs:
git add "composer.libraries.json"
git add "${{ env.project_name }}.libraries.yml"
git commit -m "Update file version ${{ env.project_name }"
git commit -m "Update file version ${{ env.release_tag }}"
# Update version in package.json
npm version ${{ env.release_tag }}
git add "package.json"
git commit -m "Update package.json version ${{ env.project_name }"
git commit -m "Update package.json version ${{ env.release_tag }}"
git push origin
git tag ${{ env.release_tag }}
Expand Down

0 comments on commit 5511882

Please sign in to comment.