Skip to content

Commit 0ff54fa

Browse files
committed
Fix release job
1 parent 493412d commit 0ff54fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ release:
3737
name: release
3838
url: https://github.com/$GITHUB_USER/$GITHUB_REPO/releases/tag/$CI_COMMIT_TAG
3939
script:
40-
- github-release edit --tag "${VERSION}" --name "$RELEASE_NAME" --description "$DESCRIPTION" --pre-release
40+
- github-release edit --tag "${VERSION}" --name "$RELEASE_NAME" --description "$DESCRIPTION"
4141

4242
.build: &build
4343
stage: build

0 commit comments

Comments
 (0)