File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,4 +59,4 @@ options:
59
59
notes :
60
60
keywords :
61
61
- BREAKING CHANGE
62
- - 💥
62
+ - 💥
Original file line number Diff line number Diff line change 43
43
uses : JS-DevTools/npm-publish@v3
44
44
with :
45
45
token : ${{ secrets.NPM_TOKEN }}
46
- tag : ${{ steps.tag.outputs.TAG }}
46
+ tag : v ${{ steps.tag.outputs.TAG }}
47
47
48
48
- if : steps.publish.outputs.type != 'none'
49
49
run : |
50
- echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"
50
+ echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"
Original file line number Diff line number Diff line change 61
61
release_name : ${{ steps.get_version.outputs.version-without-v }}
62
62
draft : false
63
63
prerelease : false
64
- body_path : ${{ env.TMP_CHANGELOG_FILENAME }}
64
+ body_path : ${{ env.TMP_CHANGELOG_FILENAME }}
You can’t perform that action at this time.
0 commit comments