Skip to content

Commit

Permalink
Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Aug 10, 2024
1 parent 7052924 commit 087ec78
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: create_release
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: ${{ github.ref_name }}
tag_name: ${{ github.ref_name }}
Expand All @@ -34,11 +34,8 @@ jobs:
if: failure()
uses: author/[email protected]
with:
# Using a known release ID
release_id: ${{ steps.create_release.outputs.id }}
# Using a tag name
tag: ${{ github.ref }}
# Remove the tag if release process failed
delete_orphan_tag: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 087ec78

Please sign in to comment.