Skip to content

Commit

Permalink
publish github action update
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Aug 15, 2024
1 parent 6eed2e8 commit 7d14c06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Publish SNAPSHOT version to GitHub Packages
on:
push:
branches:
- master
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/checkout@v4
- uses: actions/setup-java@v2
with:
java-version: 1.8
java-version: 21
- name: Publish package
run: gradle publish
env:
Expand Down

0 comments on commit 7d14c06

Please sign in to comment.