Skip to content

Commit

Permalink
chore: hotfix release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Aug 4, 2024
1 parent ba2c850 commit 036de27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
echo "NEW_VER=$(echo $NEW_VER)" >> "$GITHUB_OUTPUT"
- name: Install dependencies
run: |
export NEW_VER=${{ steps.generate-release-number.outputs.NEW_VER }}
cat package.json | jq --arg NEW_VER "$NEW_VER" '.version = $NEW_VER' package.json
npm install
git config --global user.name ${{ vars.USER_NAME }}
Expand Down

0 comments on commit 036de27

Please sign in to comment.