Skip to content

Commit

Permalink
fix: use another var again
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Oct 2, 2020
1 parent ccb9510 commit 276d284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
token: ${{ secrets.GH_TOKEN }}
- name: Use Node.js 12
uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 276d284

Please sign in to comment.