Skip to content

Commit

Permalink
update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Roaders committed Oct 28, 2021
1 parent daee9b3 commit 4c504b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NPM Publish
name: Upload Archive
on:
release:
types: [created]
Expand All @@ -7,7 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2
with:
node-version: '12.x'
Expand All @@ -23,4 +22,4 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "release.zip"
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PUBLISH_RELEASE }}

0 comments on commit 4c504b9

Please sign in to comment.