Skip to content

Commit

Permalink
chore: remove delete draft step (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev authored Sep 25, 2020
1 parent c481d05 commit 74e3dde
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ jobs:
asset_name: avo-${{steps.gem_version.outputs.tag}}.gem
asset_content_type: application/x-tar

- name: Delete draft release
run: |
node .github/delete-release-notes-draft.js ${{github.repository}} ${{secrets.GITHUB_TOKEN}}
- name: Publish release on avohq.io
run: |
node .github/publish-release-to-avo-hq-io.js

0 comments on commit 74e3dde

Please sign in to comment.