Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniTulp committed Jul 8, 2020
1 parent 1be1bbc commit ecdd034
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- run: |
yarn
yarn build
yarn test
yarn publish
- run: yarn
- run: yarn build
- run: yarn test
- run: yarn publish
env:
ci: true
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -27,11 +26,10 @@ jobs:
always-auth: true
registry-url: "https://npm.pkg.github.com"
scope: "@danitulp"
- run: |
yarn
yarn build
yarn test
yarn publish
- run: yarn
- run: yarn build
- run: yarn test
- run: yarn publish
env:
ci: true
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ecdd034

Please sign in to comment.