Skip to content

Bump actions/checkout from 5 to 6 in the actions group (#31) #20

Bump actions/checkout from 5 to 6 in the actions group (#31)

Bump actions/checkout from 5 to 6 in the actions group (#31) #20

Workflow file for this run

name: Publish to GitHub Packages
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'zulu'
- name: Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
run: ./gradlew publish