Skip to content

Commit

Permalink
feat(workflows/create_release): bump action-gh-release and set rele…
Browse files Browse the repository at this point in the history
…ase name
  • Loading branch information
SunsetTechuila committed May 9, 2024
1 parent 3a5cef5 commit 03af56f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
zip -r Cursor-Colors-Synchronizer.zip CCS
- name: Publish release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.event.inputs.tag }}
name: "CCS ${{ github.event.inputs.tag }}"
files: Cursor-Colors-Synchronizer.zip

0 comments on commit 03af56f

Please sign in to comment.