Skip to content

Commit

Permalink
Updated action code(issue #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
atlasharry committed Dec 6, 2023
1 parent fc6a5af commit ea5dd30
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages

name: Node.js Package




on:
release:
types: [created]

on: [push]
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -20,20 +13,3 @@ jobs:
node-version: 16
- run: npm ci
- run: npm test

publish-gpr:
needs: build
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit ea5dd30

Please sign in to comment.