Skip to content

chore(ci): pinact run (#1053) #2

chore(ci): pinact run (#1053)

chore(ci): pinact run (#1053) #2

Workflow file for this run

name: Release
on:
push:
tags:
- "version-*" # Trigger the workflow on push events to version-* tags
permissions:
contents: write
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Create release on kubernetes-mixin
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }}
repository: kubernetes-monitoring/kubernetes-mixin
generate_release_notes: true