Skip to content

Commit

Permalink
fix: incorrect github actions token
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Nov 9, 2022
1 parent 50672c6 commit 4e622bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: ${{ github.ref.replace('refs/tags/', '') }}
name: ${{ github.ref_name }}
tag: ${{ github.ref }}
body: |
See [CHANGELOG.md](CHANGELOG.md) for details.
Expand Down

0 comments on commit 4e622bf

Please sign in to comment.