Skip to content

fix: add get tag step to backend jenkins pipeline #21

fix: add get tag step to backend jenkins pipeline

fix: add get tag step to backend jenkins pipeline #21

name: Release
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
command: manifest
token: ${{secrets.CUSTOM_GITHUB_TOKEN}}
default-branch: main
monorepo-tags: true