Skip to content

Commit

Permalink
fix: another test of npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaul committed Jul 1, 2023
1 parent 8e2cc4a commit 880756c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,14 @@ jobs:
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true

# The logic below handles the npm publication:
- uses: actions/checkout@v2
# these if statements ensure that a publication only occurs when
# a new release is created:
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v1
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
# if: ${{ steps.release.outputs.release_created }}
- run: npm ci
# if: ${{ steps.release.outputs.release_created }}
- run: npm run build
# if: ${{ steps.release.outputs.release_created }}
- run: npm test
# if: ${{ steps.release.outputs.release_created }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit 880756c

Please sign in to comment.