Skip to content

Commit 1f8ab47

Browse files
committed
Bump version to 0.7.3
1 parent 19e76cd commit 1f8ab47

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,8 @@ jobs:
5050
- run: npm ci
5151
- run: mkdir -p backups
5252

53-
- run: npm run test:mocha
54-
- run: npm run build
55-
56-
# Token-less publishing with OIDC and provenance
53+
# Publish with provenance using trusted publisher (OIDC)
54+
# prepublishOnly hook runs build and test automatically
5755
- name: Publish to npm
5856
run: npm publish --provenance --access public
5957

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@migration-script-runner/core",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "Migration Script Runner - Core Framework",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)