Skip to content

[maven-release-plugin] prepare for next development iteration #268

[maven-release-plugin] prepare for next development iteration

[maven-release-plugin] prepare for next development iteration #268

name: Release snapshots of selected branches on push
on:
push:
branches: [ main, next, next-fabric8-version ]
defaults:
run:
shell: bash
jobs:
release-snapshot:
uses: ./.github/workflows/release-snapshot.yml
secrets: inherit
with:
branch: "${{github.ref}}"