Skip to content

Commit

Permalink
Switch to maintained github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
cgtobi committed Nov 4, 2023
1 parent 464bca7 commit 1603186
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release_gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,5 @@ jobs:

# Runs a single command using the runners shell
- name: Create a Release
uses: actions/create-release@v1.1.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# The name of the tag. This should come from the webhook payload, `github.GITHUB_REF` when a user pushes a new tag
tag_name: ${{ github.ref }}
# The name of the release. For example, `Release v1.0.1`
release_name: Release ${{ github.ref }}
uses: ncipollo/release-action@v1

0 comments on commit 1603186

Please sign in to comment.