Skip to content

Commit

Permalink
ci: remove create-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips authored and mergify[bot] committed Jul 18, 2022
1 parent 82e5b53 commit d923907
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,6 @@ jobs:
gpg_name: '${{ secrets.RELEASE_BOT_GITHUB_USERNAME }}'
gpg_email: '${{ secrets.RELEASE_BOT_EMAIL }}'

- name: Create GitHub release
id: release_upload_url
uses: actions/create-release@4c11c9fe1dcd9636620a16455165783b20fc7ea0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_name: '${{ steps.release.outputs.version }}'
tag_name: '${{ steps.release.outputs.version }}'
body: 'Ockam Terraform Provider - ${{ steps.release.outputs.version }}'
draft: true

- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129
with:
path: |
Expand Down

0 comments on commit d923907

Please sign in to comment.