Skip to content

Create and push release tag #8

Create and push release tag

Create and push release tag #8

Workflow file for this run

# This action creates a tag and pushes it
name: "Create and push release tag"
on:
workflow_dispatch:
jobs:
tag-and-push:
runs-on: ubuntu-latest
steps:
- name: Upstream tag
uses: osbuild/release-action@create-tag
with:
token: "${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}"
username: "imagebuilder-bot"
email: "[email protected]"