diff --git a/.github/workflows/release_gh.yml b/.github/workflows/release_gh.yml index 1711c722..289da973 100644 --- a/.github/workflows/release_gh.yml +++ b/.github/workflows/release_gh.yml @@ -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 + \ No newline at end of file