Skip to content

Commit

Permalink
Merge pull request #100 from kaimallea/fix-env
Browse files Browse the repository at this point in the history
ci: move envvars to run step in release job
  • Loading branch information
kaimallea authored Aug 20, 2019
2 parents beeddb4 + 92d46d1 commit 375f102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- name: yarn install, build, test, release
env:
GH_TOKEN: ${{secrets.GH_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
- name: yarn install, build, test, release
run: |
yarn install
yarn build
Expand Down

0 comments on commit 375f102

Please sign in to comment.