Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
yanivfranco committed Jun 22, 2024
1 parent 7e3c422 commit 529e2d0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
run: yarn --frozen-lockfile
- name: build
run: yarn build
- name: Log NPM Token
run: echo ${{ secrets.NPM_TOKEN }}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Release to Github and NPM
uses: cycjimmy/[email protected]
with:
Expand All @@ -49,6 +45,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
timeout-minutes: 10
permissions:
contents: write
Expand Down

0 comments on commit 529e2d0

Please sign in to comment.