Skip to content

Commit

Permalink
Oh wait, still need the build for attaching to release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke authored Jan 9, 2022
1 parent 2576b65 commit 6505098
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
~/.gradle/wrapper
key: ubuntu-latest-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: ubuntu-latest-gradle-
- name: Build with Gradle
run: ./gradlew -Psemver='${{ steps.split_tag.outputs._1 }}' build
env:
GPR_USER: ${{ secrets.GPR_USER }}
GPR_KEY: ${{ secrets.GPR_KEY }}

- name: Add Artifacts to Github Release
uses: alexellis/[email protected]
Expand Down

0 comments on commit 6505098

Please sign in to comment.