Skip to content

Commit

Permalink
aahhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Apr 3, 2024
1 parent cdd2bd6 commit c587dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: VirtusLab/scala-cli-setup@main

- name: Publish
run: scala-cli publish . --power --user env:PUBLISH_USER --password env:PUBLISH_PASSWORD --gpg-key $PUBLISH_SECRET_KEY --gpg-option --pinentry-mode --gpg-option loopback --gpg-option --passphrase --gpg-option $PUBLISH_SECRET_KEY_PASSWORD
run: scala-cli publish . --power --user env:PUBLISH_USER --password env:PUBLISH_PASSWORD --gpg-key env:PUBLISH_SECRET_KEY --gpg-option --pinentry-mode --gpg-option loopback --gpg-option --passphrase --gpg-option env:PUBLISH_SECRET_KEY_PASSWORD --suppress-experimental-feature-warning
env:
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
PUBLISH_PASSWORD: ${{ secrets.PUBLISH_PASSWORD }}
Expand Down

0 comments on commit c587dce

Please sign in to comment.