Skip to content

Commit

Permalink
change GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
brunnre8 committed Jul 31, 2023
1 parent bbd04e2 commit 47b3660
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ name: Node.js Package
on:
push:
tags:
- '*'
- v2.*

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
# 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-npm:
# needs: build
# needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -31,4 +31,4 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 47b3660

Please sign in to comment.