Skip to content

Commit

Permalink
release script: thread through credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindberg committed May 27, 2022
1 parent 03b0651 commit d30f022
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ jobs:
run: |
chmod +x ./artifacts/linux-binary/bleep-linux
./artifacts/linux-binary/bleep-linux publish
env:
CI_RELEASE: ${{ CI_RELEASE }}
CI_SNAPSHOT_RELEASE: ${{ CI_SNAPSHOT_RELEASE }}
PGP_PASSPHRASE: ${{ PGP_PASSPHRASE }}
PGP_SECRET: ${{ PGP_SECRET }}
SONATYPE_PASSWORD: ${{ SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ SONATYPE_USERNAME }}
- name: Prepare files
run: |
export VERSION=${{ steps.get_version.outputs.version-without-v }}
Expand Down

0 comments on commit d30f022

Please sign in to comment.