Skip to content

Commit

Permalink
ci: release ready [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Nov 4, 2020
1 parent 9f4ad7d commit 889e278
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,8 @@ jobs:
uses: actions/download-artifact@v2
with:
name: lib
- name: List
run: ls -a
- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn release

0 comments on commit 889e278

Please sign in to comment.