Skip to content

Commit

Permalink
Update CreateReleaseDraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
negrifelipe committed Aug 10, 2023
1 parent dc56d12 commit f54119d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CreateReleaseDraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.inputs.version }}
release_name: "$CountryRestrictor v${{ github.event.inputs.version }}"
release_name: "CountryRestrictor v${{ github.event.inputs.version }}"
draft: true
prerelease: false

Expand Down

0 comments on commit f54119d

Please sign in to comment.