Skip to content

Commit db0553d

Browse files
committed
fix 🐛(ci): change version tag to latest
Signed-off-by: Luis Mayta <luis@hadenlabs.com>
1 parent 71e182f commit db0553d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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: v${{ steps.tag.outputs.TAG }}
46+
tag: latest
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 }}"

0 commit comments

Comments
 (0)