diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 8e2aa27..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -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 }}