Skip to content

Commit

Permalink
(chore) Try using npm publish for the pre-release step instead
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Sep 30, 2023
1 parent e135aa7 commit 1973730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- run: git add . && git commit -m "Prerelease version" --no-verify

- name: Publish pre-release
run: yarn config set npmAlwaysAuth true && yarn config set npmAuthToken "${NODE_AUTH_TOKEN}" && yarn npm publish --access public --tag next
run: yarn config set npmAlwaysAuth true && yarn config set npmAuthToken "${NODE_AUTH_TOKEN}" && npm publish --access public --tag next
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

Expand Down

0 comments on commit 1973730

Please sign in to comment.