Skip to content

fix: use snapshots profile #251

fix: use snapshots profile

fix: use snapshots profile #251

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}}"