Skip to content

Commit

Permalink
Update RELEASE.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johntalton authored Dec 21, 2023
1 parent 3c049db commit 6d57e82
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
# Publish to NPM
- uses: actions/[email protected]
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: '14'
registry-url: 'https://registry.npmjs.org/'
- run: npm install
- run: npm run build --if-present
Expand All @@ -19,10 +17,10 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# Publish to GitHub
- uses: actions/[email protected]
with:
node-version: '14'
registry-url: 'https://npm.pkg.github.com/'
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - uses: actions/[email protected]
# with:
# node-version: '14'
# registry-url: 'https://npm.pkg.github.com/'
# - run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6d57e82

Please sign in to comment.