Skip to content

Changed output param name #patch #4

Changed output param name #patch

Changed output param name #patch #4

name: Feature release
on:
push:
branches:
- main
jobs:
bump-tag-version:
permissions:
contents: write
uses: ./.github/workflows/bump-tag.yml
build-and-publish:
needs: bump-tag-version
permissions:
packages: write
contents: read
uses: ./.github/workflows/create-docker-image.yml
with:
version: ${{ needs.bump-tag-version.outputs.new_tag }}