Skip to content

Commit

Permalink
Update delete-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasalbarello committed Sep 12, 2021
1 parent 935d415 commit 970a017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delete-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Delete Release
on:
workflow_dispatch: # manually run
inputs:
RELEASE_VERSION:
release_version:
description: 'Set the version of the tag/release to be removed'
required: true
jobs:
Expand All @@ -12,6 +12,6 @@ jobs:
- uses: dev-drprasad/delete-tag-and-release@v0.2.0
with:
delete_release: true # default: false
tag_name: ${{ env.RELEASE_VERSION }} # tag name to delete
tag_name: ${{ github.event.inputs.release_version }} # tag name to delete
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 970a017

Please sign in to comment.