Skip to content

Commit

Permalink
Merge pull request #4 from LesFabricants/build-use-nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLenglet authored Jun 3, 2024
2 parents 7316626 + 35c7188 commit 2b0a7c0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cut-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ jobs:
steps:
- uses: googleapis/release-please-action@v4
with:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.GITHUB_TOKEN }}
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple
skip-github-pull-request: true

Expand All @@ -30,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version-file: ".nvmrc"
registry-url: https://registry.npmjs.org
- run: npm run build && npm publish
env:
Expand Down

0 comments on commit 2b0a7c0

Please sign in to comment.