Skip to content

Commit

Permalink
chore: trying to fix the workflows #2
Browse files Browse the repository at this point in the history
  • Loading branch information
zailic committed Jun 5, 2021
1 parent 82cba68 commit 3e6f004
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
with:
ref: ${{ github.event.release.target_commitish }}
- name: Use nodejs v14
uses: actions/setup-node@v2
uses: actions/setup-node@v1
with:
node-version: 14
registry-url: https://registry.npmjs.org/
registry-url: 'https://registry.npmjs.org'
- name: Build the containers stack (integration tests dependency)
run: docker-compose up -d
- name: Adding host aliases (integration tests requirement)
Expand All @@ -29,4 +29,4 @@ jobs:
run: npm run build
- run: npm publish
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3e6f004

Please sign in to comment.