Skip to content

Commit

Permalink
publish to npm only
Browse files Browse the repository at this point in the history
  • Loading branch information
tphummel committed Jan 19, 2024
1 parent e29f216 commit 2fddc67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
Expand All @@ -30,14 +30,6 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4
- name: setup node.js to publish to github packages
uses: actions/setup-node@v4
with:
registry-url: https://npm.pkg.github.com/
- name: Publish to GitHub Packages
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: setup node.js to publish to npm
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
example.gif
.nyc_output/
.travis.yml
.github/
.gitpod.yml

0 comments on commit 2fddc67

Please sign in to comment.