Skip to content

Commit

Permalink
custom tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcorner committed May 28, 2024
1 parent 99fc267 commit e29b359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Publish to npm
shell: bash
run: pnpm publish --access=public --tag=next --no-git-checks
run: pnpm publish --access=public --tag=ci-test --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit e29b359

Please sign in to comment.