Skip to content

Commit

Permalink
Merge pull request #5357 from nextcloud-libraries/chore/remove-gh-pac…
Browse files Browse the repository at this point in the history
…kage-release

chore: Remove GitHub Package Registry from publish workflow
  • Loading branch information
Pytal authored Mar 6, 2024
2 parents f8d6260 + 74b237d commit 507cc2d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,3 @@ jobs:
npm publish --tag $RELEASE_GROUP
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Set up Github Package Registry ${{ steps.versions.outputs.nodeVersion }}
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v3
with:
node-version: ${{ steps.versions.outputs.nodeVersion }}
registry-url: https://npm.pkg.github.com/
scope: nextcloud-libraries

- name: Publish package on Github Package Registry
run: |
npm config set registry=https://npm.pkg.github.com/
npm publish --tag $RELEASE_GROUP
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 507cc2d

Please sign in to comment.