Skip to content

chore(deps): update softprops/action-gh-release action to v2.3.3 #5

chore(deps): update softprops/action-gh-release action to v2.3.3

chore(deps): update softprops/action-gh-release action to v2.3.3 #5

Workflow file for this run

name: Release
on:
push:
tags:
- *

Check failure on line 6 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
jobs:
build-and-release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Java 8
uses: actions/[email protected]
with:
distribution: "corretto"
java-version: "8"
cache: "maven"
- name: Check java version
run: java -version
- name: Check maven version
run: mvn --version
- name: Build
run: mvn -B package
- name: Create release
uses: softprops/[email protected]
with:
draft: true
files: target/*.jar
generate_release_notes: true