Skip to content

Commit 71e182f

Browse files
committed
fix 🐛(ci): implement v to tag for publish (#17)
Signed-off-by: Luis Mayta <luis@hadenlabs.com>
1 parent 95a2166 commit 71e182f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.chglog/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ options:
5959
notes:
6060
keywords:
6161
- BREAKING CHANGE
62-
- 💥
62+
- 💥

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
uses: JS-DevTools/npm-publish@v3
4444
with:
4545
token: ${{ secrets.NPM_TOKEN }}
46-
tag: ${{ steps.tag.outputs.TAG }}
46+
tag: v${{ steps.tag.outputs.TAG }}
4747

4848
- if: steps.publish.outputs.type != 'none'
4949
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 }}"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
release_name: ${{ steps.get_version.outputs.version-without-v }}
6262
draft: false
6363
prerelease: false
64-
body_path: ${{ env.TMP_CHANGELOG_FILENAME }}
64+
body_path: ${{ env.TMP_CHANGELOG_FILENAME }}

0 commit comments

Comments
 (0)