Skip to content

gradle updated to the most recent version 8.9 #6

gradle updated to the most recent version 8.9

gradle updated to the most recent version 8.9 #6

name: Publish SNAPSHOT version to GitHub Packages
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Publish package
run: gradle publish
env:
GITHUB_ACTOR: ${{ secrets.GITHUBACTOR }}
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}