We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f828de8 commit 66f1224Copy full SHA for 66f1224
.github/workflows/npm-publish.yml
@@ -49,10 +49,8 @@ jobs:
49
echo "tag=latest" >> $GITHUB_OUTPUT
50
fi
51
52
- - name: Publish to npm (Trusted Publishing)
+ - name: Publish to npm (Trusted Publishing via OIDC)
53
run: npm publish ./dist/angular-editor --tag ${{ steps.npm-tag.outputs.tag }} --provenance --access public
54
- env:
55
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
56
57
- name: Create GitHub Release
58
uses: softprops/action-gh-release@v2
0 commit comments