Skip to content

fix: try automated gh release #6

fix: try automated gh release

fix: try automated gh release #6

Workflow file for this run

name: Create and publish an artifact image
on:
push:
branches: ['master']
jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Upload Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/libs/haruna-*.jar