We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7902eb + 5c14c86 commit 3e6d208Copy full SHA for 3e6d208
.gitlab-ci.yml
@@ -1,4 +1,4 @@
1
-image: node:latest
+image: node:10.15.3
2
3
stages:
4
- release
@@ -29,9 +29,4 @@ release:github:
29
script:
30
- echo "$CI_COMMIT_TAG"
31
- echo "$GITHUB_USER"
32
- - github-release upload \
33
- --owner="$GITHUB_USER" \
34
- --repo=faparser \
35
- --tag="$CI_COMMIT_TAG" \
36
- --name="$CI_COMMIT_TAG" \
37
- --body="Release \"$CI_COMMIT_TAG\""
+ - github-release upload --owner="$GITHUB_USER" --repo=faparser --tag="$CI_COMMIT_TAG" --name="$CI_COMMIT_TAG" --body="Release \"$CI_COMMIT_TAG\""
0 commit comments