Skip to content

Release2.4

Release2.4 #35

Workflow file for this run

name: Create A Release
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Run Maven Release Command
run: mvn --batch-mode release:clean release:prepare -Darguments="-Dmaven.javadoc.skip=true -Dmaven.test.skipTests=true -Dmaven.test.skip=true" -Dusername=summitt
with:

Check failure on line 21 in .github/workflows/maven-release.yml

View workflow run for this annotation

GitHub Actions / Create A Release

Invalid workflow file

The workflow is not valid. .github/workflows/maven-release.yml (Line: 21, Col: 9): Unexpected value 'with'
access-token: ${{ secrets.MY_TOKEN }}