Skip to content

Commit 04ceb10

Browse files
committed
Update release.yml to remove unnecessary code
1 parent 22eaf8c commit 04ceb10

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/release.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,4 @@ jobs:
3838
- run: pnpm exec semantic-release
3939
env:
4040
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
41+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)