We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493412d commit 0ff54faCopy full SHA for 0ff54fa
.gitlab-ci.yml
@@ -37,7 +37,7 @@ release:
37
name: release
38
url: https://github.com/$GITHUB_USER/$GITHUB_REPO/releases/tag/$CI_COMMIT_TAG
39
script:
40
- - github-release edit --tag "${VERSION}" --name "$RELEASE_NAME" --description "$DESCRIPTION" --pre-release
+ - github-release edit --tag "${VERSION}" --name "$RELEASE_NAME" --description "$DESCRIPTION"
41
42
.build: &build
43
stage: build
0 commit comments