Skip to content

ci: fix up workflow path #61

ci: fix up workflow path

ci: fix up workflow path #61

Workflow file for this run

name: "Create GitHub release"
on: # yamllint disable-line rule:truthy
push:
tags:
- "v*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Upstream release
uses: osbuild/release-action@main
with:
token: "${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}"
slack_bot_token: "${{ secrets.SLACK_BOT_TOKEN }}"
build_release_artifacts: 'true'