Skip to content
Snippets Groups Projects
Verified Commit 28641788 authored by Gaëtan Blond's avatar Gaëtan Blond
Browse files

Fixed wrong env var name

parent 34cbd5a7
No related branches found
No related tags found
1 merge request!1Refactor and clean old code
Pipeline #96905 failed
......@@ -43,7 +43,7 @@ publish-package:
rules:
- if: '$CI_COMMIT_TAG'
script:
- poetry publish -r gitlab -u gitlab-ci-token -p ${env.CI_JOB_TOKEN}
- poetry publish -r gitlab -u gitlab-ci-token -p ${CI_JOB_TOKEN}
create-release:
image: registry.gitlab.com/gitlab-org/release-cli:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment