Skip to content

v4.4.0

v4.4.0 #6

Workflow file for this run

# Copyright 2023 Jacob Hummer
# SPDX-License-Identifier: Apache-2.0
name: Update tags
on:
release:
types: [released]
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
permissions:
contents: write
jobs:
update-tags:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
source-tag: ${{ github.event.release.tag_name }}