Skip to content

Commit

Permalink
Fix tag name in release
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Sep 18, 2023
1 parent 841ef22 commit cdd3a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
name: ${{ github.ref }} Coding Standard
name: ${{ github.ref_name }} Coding Standard
draft: true
prerelease: false

0 comments on commit cdd3a82

Please sign in to comment.