Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgolovin authored Aug 27, 2024
1 parent c8b6e21 commit 3f1c577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: tag
run: |
git config --local user.name ${{ github.actor }}
git config --global user.email "you@example.com"
# Add the new version in package.json file
sed -i "s#version\":\ \"\(.*\)\",#version\":\ \"${{ steps.TAG_UTIL.outputs.extVersion }}\",#g" package.json
Expand Down

0 comments on commit 3f1c577

Please sign in to comment.