Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mats-Hjalmar committed Oct 18, 2024
1 parent 6b81354 commit 8067085
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
java-version: '17'

- name: Load GitHub credentials
run: echo "gpr.user=${{ secrets.GH_ACTOR }}" >> ~/.gradle/gradle.properties
- run: echo "gpr.token=${{ secrets.GH_TOKEN }}" >> ~/.gradle/gradle.properties
run: echo "gpr.user=${{ secrets.GH_ACTOR }}" >> $GITHUB_WORKSPACE/gradle.properties
- run: echo "gpr.token=${{ secrets.GH_TOKEN }}" >> $GITHUB_WORKSPACE/gradle.properties

- name: Set version name from tag
run: echo "version=${{ github.event.release.tag_name }}" >> gradle.properties
run: echo "version=${{ github.event.release.tag_name }}" >> $GITHUB_WORKSPACE/gradle.properties

- name: Build and publish
run: ./gradlew publish

0 comments on commit 8067085

Please sign in to comment.