Skip to content

Commit a892725

Browse files
committed
Update publish.yml by adding v3_strapi tag on the npm package
1 parent d23486a commit a892725

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
@@ -2,7 +2,7 @@ name: publish to npm
22
on:
33
push:
44
tags:
5-
- v*
5+
- v0.5.*
66

77
jobs:
88
publish-npm:
@@ -16,6 +16,6 @@ jobs:
1616
- name: Check release validity
1717
run: sh .github/scripts/check-release.sh
1818
- name: Publish
19-
run: npm publish .
19+
run: npm publish . --tag strapi_v3
2020
env:
2121
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)