You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/deploy-create-pre-release.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ jobs:
33
33
env:
34
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
35
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
0 commit comments