Update .gitlab-ci.yml file

This commit is contained in:
WinterMyst 2024-09-23 16:04:14 +00:00
parent 00ab7937b0
commit 9bd1ae3602

View File

@ -39,6 +39,9 @@ release:
# Install Gulp globally
- npm install --global gulp-cli
- gulp --version # Verify Gulp is installed
# Install release-cli
- curl -sSL -o /usr/local/bin/release-cli https://gitlab.com/gitlab-org/release-cli/-/releases/v0.17.0/downloads/release-cli-linux-amd64
- chmod +x /usr/local/bin/release-cli
script:
# Check if VERSION is provided
- |