Skip to content

Update to 1.20.4 (#65) #6

Update to 1.20.4 (#65)

Update to 1.20.4 (#65) #6

Workflow file for this run

# Builds and publishes any packages
name: Publish
# On updates to release branches
on:
push:
branches:
- main
- master
- next
- next-major
- beta
- alpha
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
packages: write
steps:
- name: ✨ Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: 🛂 Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: 🏗 Set up JDK 16
uses: actions/setup-java@v2
with:
java-version: 16
distribution: adopt
# Do release things