Skip to content

[gitflow-maven-plugin] Update for next development version 2026.6.269… #323

[gitflow-maven-plugin] Update for next development version 2026.6.269…

[gitflow-maven-plugin] Update for next development version 2026.6.269… #323

Workflow file for this run

# Deploy snapshots to Sonatype OSS repository
name: Deploy
concurrency: ${{ github.workflow }}
on:
push:
branches:
- develop
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Maven Deploy
uses: wcm-io-devops/github-action-maven-deploy@v1
with:
java-version: 21
maven-executable: ./mvnw
sonatype-username: ${{ secrets.SONATYPE_USERNAME }}
sonatype-password: ${{ secrets.SONATYPE_PASSWORD }}