Skip to content

Update versions to 1.0.0-next/SNAPSHOT #91

Update versions to 1.0.0-next/SNAPSHOT

Update versions to 1.0.0-next/SNAPSHOT #91

name: "[MAVEN] common"
on:
push:
branches:
- main
paths:
- "java/common/**"
pull_request:
branches:
- main
paths:
- "java/common/**"
release:
types:
- published
jobs:
run:
permissions:
packages: write
uses: ./.github/workflows/reusable-maven.yml
with:
path_to_package: common/org.eclipse.theia.cloud.common/
secrets: inherit