Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
raon0211 committed May 31, 2024
1 parent 249a5c6 commit 864c959
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:
generate_release_notes: false
token: ${{ secrets.TOSS_GITHUB_TOKEN }}
- if: |
github.event_name == 'push' &&
(github.ref_type == 'tag')
github.event_name == 'push'
run: |
set -ex
npm config set //registry.npmjs.org/:_authToken "$NPM_AUTH_TOKEN"
Expand Down

0 comments on commit 864c959

Please sign in to comment.