We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22eaf8c commit 04ceb10Copy full SHA for 04ceb10
.github/workflows/release.yml
@@ -38,15 +38,4 @@ jobs:
38
- run: pnpm exec semantic-release
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
42
-
43
- - name: Publish to Marketplace
44
- uses: peter-evans/create-pull-request@v3
45
- with:
46
- token: ${{ secrets.GITHUB_TOKEN }}
47
- commit-message: Publish action to Marketplace
48
- title: Publish action to Marketplace
49
- body: |
50
- Automatically published action to Marketplace.
51
- branch: publish-action
52
- branch-suffix: timestamp
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments