Skip to content

v4.0.0 - 2024-01-12 #19

v4.0.0 - 2024-01-12

v4.0.0 - 2024-01-12 #19

Workflow file for this run

# Automatically updates "vX" branches based on GitHub releases. To cut a new
# release, use the GitHub UI where you enter a tag name and release name of
# "vX.Y.Z". See https://github.com/jupyterhub/action-k3s-helm/releases.
---
name: Release updates
on:
release:
types: [published, edited]
jobs:
actions-tagger:
runs-on: windows-latest
permissions:
contents: write
steps:
# Action reference: https://github.com/Actions-R-Us/actions-tagger
- uses: Actions-R-Us/actions-tagger@v2
with:
token: "${{ github.token }}"