Skip to content

Commit

Permalink
[pre-release] [0.0.41] trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGura committed Aug 15, 2024
1 parent 92d47c5 commit ed0f3f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_KEY }}
run: |
chmod +x ./etc/publish_new_version.sh
export NODE_AUTH_TOKEN=${{ secrets.NPM_KEY }}
./etc/publish_new_version.sh ${{ env.version }}
- name: Update version in git
Expand Down

0 comments on commit ed0f3f8

Please sign in to comment.