Skip to content

chore(main): release 1.27.2 #547

chore(main): release 1.27.2

chore(main): release 1.27.2 #547

name: release:release-please
on:
push:
branches:
- "main"
- "[0-9]+.[0-9]+.[0-9]+*"
- "[0-9]+.[0-9]+"
- "[0-9]+"
repository_dispatch:
types: ["release:release-please"]
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
release-please:
if: "${{ github.event_name != 'push' || !contains(github.event.head_commit.message, '): release ') }}"
runs-on: ubuntu-22.04
steps:
- name: Release
id: release
uses: googleapis/release-please-action@v5
with:
target-branch: ${{github.ref_name}}
release-type: go
skip-github-release: true
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
notify:
if: failure()
needs: release-please
uses: werf/common-ci/.github/workflows/notification.yml@main
secrets:
loopNotificationGroup: ${{ vars.LOOP_NOTIFICATION_GROUP }}
webhook: ${{ secrets.LOOP_NOTIFICATION_WEBHOOK }}
notificationChannel: ${{ vars.LOOP_NOTIFICATION_CHANNEL }}