Skip to content

fix: Fix webhook owner ref on v0.33.x (cherry-pick) (#1732) #107

fix: Fix webhook owner ref on v0.33.x (cherry-pick) (#1732)

fix: Fix webhook owner ref on v0.33.x (cherry-pick) (#1732) #107

Workflow file for this run

name: Release
on:
push:
tags: ['v*.*.*']
jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- name: Create Github Release
uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 # v1.2.1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false