Skip to content

Commit

Permalink
Merge branch 'main' of github.com:RadicalImaging/testlocalpackage int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
Rodolfo committed Nov 15, 2023
2 parents dae4935 + f4af393 commit ec0d557
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,8 @@ on:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test

publish-gpr:
needs: build
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -31,7 +21,7 @@ jobs:
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm ci
scope: '@radicalimaging'
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit ec0d557

Please sign in to comment.