Skip to content

chore: update KinD #157

chore: update KinD

chore: update KinD #157

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
with:
branch: "${{github.ref}}"
secrets:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}