Skip to content

Commit

Permalink
#20: Bumps version and w/o tag message
Browse files Browse the repository at this point in the history
  • Loading branch information
vlavrynovych committed Nov 11, 2023
1 parent 1346ada commit 2e39661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:

- uses: thejeff77/[email protected]
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 }}'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2e39661

Please sign in to comment.