Skip to content

Commit 4de75ef

Browse files
committed
chore: Update GitHub Actions workflow to push changes to the master branch with a personal access token
1 parent 6fa9724 commit 4de75ef

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,6 @@ jobs:
2626
- name: Run build script
2727
run: npm run build
2828

29-
- name: Extract version from package.json
30-
id: extract_version
31-
run: echo "::set-output name=VERSION::$(node -p -e "require('./package.json').version")"
32-
33-
- name: Create GitHub Release
34-
id: create_release
35-
uses: actions/create-release@v1
36-
env:
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-
with:
39-
tag_name: v${{ steps.extract_version.outputs.VERSION }}
40-
release_name: Release v${{ steps.extract_version.outputs.VERSION }}
41-
draft: false
42-
prerelease: false
43-
4429
- name: Publish to npm
4530
env:
4631
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)