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 14ce93c commit 9fa4a80
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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 @@ -42,11 +42,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 9fa4a80

Please sign in to comment.