Skip to content

fix tag for jreleaser #121

fix tag for jreleaser

fix tag for jreleaser #121

Workflow file for this run

name: GCToolKit Pre-release Notes
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
if: startsWith(github.event.head_commit.message, '[maven-release-plugin]') != true
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up JDK 11
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
java-version: 11

Check failure on line 19 in .github/workflows/early_access.yml

View workflow run for this annotation

GitHub Actions / GCToolKit Pre-release Notes

Invalid workflow file

The workflow is not valid. .github/workflows/early_access.yml (Line: 19, Col: 7): Unexpected value 'java-version' .github/workflows/early_access.yml (Line: 20, Col: 7): Unexpected value 'distribution'
distribution: 'microsoft'
cache: 'maven'
- name: Build with Maven
run: ./mvnw -B verify --file pom.xml
- name: Git-release
run: |
./mvnw -B -pl :gctoolkit -Pjreleaser jreleaser:release
env:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}