Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Mar 19, 2021
1 parent e98691b commit d26180a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ publish to sonatype:
- if: $CI_COMMIT_TAG =~ /^v\d/
script:
- *sbt_alias
- env PGP_PASSPHRASE="$(echo -n $PHP_PASSPHRASE_BASE64 | base64 -d)" sbt ci-release
- env PGP_PASSPHRASE="$(echo -n $PGP_PASSPHRASE_BASE64 | base64 -d)" sbt ci-release

create release in gitlab:
stage: release
Expand Down

0 comments on commit d26180a

Please sign in to comment.