diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 7b791ca..cc983d1 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -54,5 +54,5 @@ jobs: - uses: thejeff77/action-push-tag@v1.0.0 with: - tag: ${{ needs.check.outputs.version }} - message: '${{ needs.check.outputs.version }}: ${{ needs.check.outputs.type }} release, commit ${{ needs.check.outputs.commit }}' + tag: 'v${{ needs.check.outputs.version }}' +# message: '${{ needs.check.outputs.version }}: ${{ needs.check.outputs.type }} release, commit ${{ needs.check.outputs.commit }}' diff --git a/package.json b/package.json index 5081f23..0c71986 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "migration-script-runner", - "version": "0.1.6", + "version": "0.1.7", "description": "Migration Script Runner", "main": "dist/index.js", "types": "dist/index.d.ts",