Skip to content

Commit

Permalink
chore: fixing release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
word committed Jun 23, 2021
1 parent ef5dc81 commit d54e151
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jobs:
gem push pkg/*.gem
env:
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"
release:
name: GitHub Release
steps:
- uses: actions/create-release@v1
- name: Release on GitHub
uses: actions/create-release@v1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down

0 comments on commit d54e151

Please sign in to comment.