Skip to content

chore(release): update versions and changelogs #7

chore(release): update versions and changelogs

chore(release): update versions and changelogs #7

name: Release Provider proxy
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "apps/provider-proxy/package.json"
jobs:
release:
name: Create Release
uses: ./.github/workflows/create-github-release.yml
secrets: inherit
with:
app: provider-proxy
build:
needs: release
name: Build Docker image
uses: ./.github/workflows/build-image.yml
secrets: inherit
permissions:
contents: write
packages: write
with:
tag: ${{ needs.release.outputs.version }}