Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
Release-As: 1.0.0
  • Loading branch information
LuanRT authored Apr 8, 2023
1 parent 8b8e7c2 commit 7c292f7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@ jobs:
release-type: node
package-name: jintr
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
if: ${{ steps.release.outputs.release_created }}
- name: Publish to NPM
run: |
npm ci
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 7c292f7

Please sign in to comment.