Skip to content

Commit

Permalink
Change release name in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
n-shay committed Aug 18, 2023
1 parent 20d05fa commit 51b9e92
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 @@ -33,7 +33,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: BingBackground ${{ github.ref }}
draft: false
prerelease: false
- name: Archive Release
Expand Down

0 comments on commit 51b9e92

Please sign in to comment.