Skip to content

Commit

Permalink
Revert "Fix publish workflow"
Browse files Browse the repository at this point in the history
This reverts commit e409e75.
  • Loading branch information
floogulinc committed Jul 13, 2020
1 parent 742e5ec commit 18efab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: npm ci
- name: Build Assets
run: npm run build
- name: Publish to NPM
run: npm publish --access public
- name: Publish to GitHub Packages
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 18efab6

Please sign in to comment.