We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f67cbe commit 09838bcCopy full SHA for 09838bc
.github/workflows/publish.yml
@@ -45,6 +45,8 @@ jobs:
45
echo "SOURCE_BRANCH=$SOURCE_BRANCH" >> $GITHUB_OUTPUT
46
- name: Set package version
47
run: yarn version --new-version "${{ steps.get_version.outputs.VERSION }}" --no-git-tag-version
48
+ - name: Install latests npm (for trusted publishing)
49
+ run: npm install -g npm@latest
50
- name: Publish package
51
run: npm publish --provenance --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }}
52
- name: Push version bump
0 commit comments