Skip to content

Commit

Permalink
Use a release name that more closely matches the existing ones
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Jun 2, 2023
1 parent 11d40df commit 6a86541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
draft: true
release_name: "Release ${{ github.ref }}"
release_name: "${{ github.ref }}"
tag_name: ${{ github.ref }}

- name: "Save release URL to file"
Expand Down

0 comments on commit 6a86541

Please sign in to comment.