Skip to content

Commit

Permalink
create github release from github delivery action
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed May 26, 2022
1 parent 8330ef9 commit 5155528
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,14 @@ jobs:
run: yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Create release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
prerelease: false
- name: Send coverage data
uses: codecov/codecov-action@v2

0 comments on commit 5155528

Please sign in to comment.