v4.0.1 - 2024-04-28 #21
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 }}" |