Skip to content

Commit 018b02f

Browse files
committed
Tweak
1 parent f8e09fb commit 018b02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-create-pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
run: |
36-
gh release create "Plugin Check - Beta" -n "This is the beta version of Plugin Check with the latest changes. This is not an official release." -t "$RELEASE_VERSION" --prerelease
36+
gh release create $RELEASE_VERSION -n "This is the beta version of Plugin Check with the latest changes. This is not an official release." -t "Plugin Check - Beta Release" --prerelease
3737
3838
- name: Upload asset to release
3939
env:

0 commit comments

Comments
 (0)