Skip to content

Commit

Permalink
actions pain #5
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ committed Feb 20, 2024
1 parent e60281a commit b2a06c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:

- name: publish
id: publish
run: ./gradlew publish grabVersion # grabVersion stores the version in a special file that GitHub will read
# build to create artifacts for upload to GitHub
# publish publishes to maven
# grabVersion stores the version as an output
run: ./gradlew build publish grabVersion

- name: capture build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b2a06c0

Please sign in to comment.