Skip to content

Commit 4403ff4

Browse files
committed
return to yarn publish to push feature packages with semver versions
1 parent e43bc4d commit 4403ff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push-tagged-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
registry-url: "https://registry.npmjs.org"
7474
package-manager-cache: false
7575
- name: Publish npm package
76-
run: npm publish --provenance --access public --tag ${{ steps.info-vars.outputs.tag }}
76+
run: yarn publish --access public
7777
env:
7878
NODE_AUTH_TOKEN: ${{ secrets.npmjsToken }}
7979
- name: Prepare release info

0 commit comments

Comments
 (0)