Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hellhake committed May 3, 2024
1 parent 03acd82 commit 2829853
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,24 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
branches:
- fix-deploy-workflow

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- env:
GPG_KEY: ${{ secrets.GPG_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
run: |
echo $GPG_KEY | wc -c
echo $GPG_PASSPHRASE | wc -c
echo $NEXUS_USERNAME | wc -c
echo $NEXUS_PASSWORD | wc -c
- name: Install Java and Maven
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 2829853

Please sign in to comment.