Skip to content

Commit 8280eed

Browse files
author
Justin Dretvic
committed
changing workflow
1 parent e2589c9 commit 8280eed

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,13 @@ jobs:
103103
cd /tmp/linkstack
104104
105105
# Get the repository name in the format 'OWNER/REPO'
106-
REPO_NAME="LinkStackOrg/LinkStack"
106+
REPO_NAME="YamiDoesDev/LinkStack"
107+
108+
# create release
109+
gh release create "${GITHUB_REF##*/}" \
110+
--title "${GITHUB_REF##*/}" \
111+
--notes "Automated release for ${GITHUB_REF##*/}" \
112+
-R "$REPO_NAME"
107113
108114
# Upload 'update.zip'
109115
gh release upload "${GITHUB_REF##*/}" "update.zip" --clobber -R "$REPO_NAME"

0 commit comments

Comments
 (0)