Skip to content

Commit

Permalink
chore: versions stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed Jan 17, 2024
1 parent 8b23577 commit e9a9202
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew clean build
- name: GPG checks
run: |
which gpg
gpg --version
- name: Decode GPG Key
run: |
mkdir -p ~/.gradle/
Expand Down

0 comments on commit e9a9202

Please sign in to comment.