Skip to content

Commit

Permalink
👷 Removed GitHub Packages
Browse files Browse the repository at this point in the history
GitHub Packages can die
  • Loading branch information
michaljanocko committed May 8, 2021
1 parent e426b0c commit 76f68f0
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,6 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm publish
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

publish-gpr:
name: Publish to GitHub Packages
needs: build
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
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 76f68f0

Please sign in to comment.