Delete .github/workflows/release.yml (#72)

We can do better
This commit is contained in:
Thomas Schmelzer
2026-02-03 19:54:58 +04:00
committed by GitHub
parent 79f38875ed
commit 9247c475a2

View File

@@ -1,21 +0,0 @@
name: Bump version and publish
on:
#push:
workflow_dispatch
permissions:
contents: write
jobs:
tagging:
runs-on: ubuntu-latest
outputs:
new_tag: ${{ steps.tag_step.outputs.new_tag }}
steps:
- name: Generate Tag
id: tag_step
uses: tschm/cradle/actions/tag@v0.1.57
with:
github_token: ${{ secrets.GITHUB_TOKEN }}