Skip to content

Commit

Permalink
fix: added special next flag for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zeddotes committed Oct 14, 2022
1 parent 0cf6b6e commit ce2934b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
# run: npm run test
# env:
# CI: true
# run build and create a tarball from the package
- name: Create Tarball
run: npm pack
- name: Publish the package
run: npm publish --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN_DTSSTN_LOCAL }}
- uses: google-github-actions/release-please-action@v3
id: ga
with:
Expand All @@ -41,4 +42,4 @@ jobs:
prerelease: true
commit-search-depth: 32
release-search-depth: 3
component: latest
component: next

0 comments on commit ce2934b

Please sign in to comment.