Skip to content

Commit 48afd5e

Browse files
Merge #354
354: Update publish.yml by adding v3_strapi tag on the npm package r=bidoubiwa a=bidoubiwa Make it ready to be deployed only when something related to v3 change Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents 41ef216 + a892725 commit 48afd5e

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)