Skip to content

Commit

Permalink
Fix release name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Selivanov committed Jun 5, 2024
1 parent 4cc3210 commit 7f7b306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
tag: $CURRENT_TAG_VERSION
name: Release $CURRENT_TAG_VERSION
name: "Release $CURRENT_TAG_VERSION"
artifacts: "src/UnityMVVM/build/*.nupkg, UnityMVVM.zip"
token: ${{ secrets.PAT_TOKEN }}
- name: Tag non-release
Expand Down

0 comments on commit 7f7b306

Please sign in to comment.