Skip to content

Commit

Permalink
deploy snapshot/release
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkir committed May 22, 2024
1 parent 685080c commit e310310
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/30_release-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
REPOSILITE_TOKEN_SNAPSHOT: '${{ secrets.REPOSILITE_TOKEN_SNAPSHOT }}'

steps:

- name: checkout
uses: actions/checkout@v4

Expand All @@ -37,7 +36,8 @@ jobs:
# ~/.p2
# key: dev-${{ hashFiles('~/.klibio/klibio.sh') }}

- uses: actions/setup-java@v4
- name: configure java versions
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: |
Expand All @@ -46,6 +46,12 @@ jobs:
17
21
- name: Configure GPG Key
run: |
echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_PASSPHRASE_PETER_AT_KLIB_IO }}

- name: build
shell: bash
run: |
Expand Down

0 comments on commit e310310

Please sign in to comment.