We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e76cd commit 1f8ab47Copy full SHA for 1f8ab47
2 files changed
.github/workflows/npm-publish.yml
@@ -50,10 +50,8 @@ jobs:
50
- run: npm ci
51
- run: mkdir -p backups
52
53
- - run: npm run test:mocha
54
- - run: npm run build
55
-
56
- # Token-less publishing with OIDC and provenance
+ # Publish with provenance using trusted publisher (OIDC)
+ # prepublishOnly hook runs build and test automatically
57
- name: Publish to npm
58
run: npm publish --provenance --access public
59
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@migration-script-runner/core",
3
- "version": "0.7.2",
+ "version": "0.7.3",
4
"description": "Migration Script Runner - Core Framework",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments