Skip to content

Commit

Permalink
Merge pull request #471 from paulRbr/fix-release-script
Browse files Browse the repository at this point in the history
Fix & improve release
  • Loading branch information
paulRbr authored Jun 13, 2023
2 parents a4f59c0 + 77eca29 commit b20c948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [ '15' ]
node_version: [ '16' ]
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"postpack": "rm -f oclif.manifest.json",
"prepack": "rm -rf lib && npm run build && oclif-dev manifest && oclif-dev readme",
"pretest": "npm run clean && npm run build && npm run lint",
"publish": "np --no-release-draft",
"release": "np --no-release-draft",
"test": "mocha \"test/**/*.test.ts\"",
"test-coverage": "nyc npm run test",
"test-integration": "node ./test/integration.js",
Expand Down

0 comments on commit b20c948

Please sign in to comment.