diff --git a/.github/workflows/publish-cookbook.yml b/.github/workflows/publish-cookbook.yml index 2c6498b..1bdd993 100644 --- a/.github/workflows/publish-cookbook.yml +++ b/.github/workflows/publish-cookbook.yml @@ -2,9 +2,6 @@ name: Deploy cookbook on: - release: - types: [created] - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/publish-crates.yml b/.github/workflows/publish-crates.yml index f5886fc..51d78c3 100644 --- a/.github/workflows/publish-crates.yml +++ b/.github/workflows/publish-crates.yml @@ -25,4 +25,4 @@ jobs: - name: Publish crate env: CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }} - run: yes | cargo-release release ${{ github.event.release.tag_name }} --execute --no-tag --no-verify + run: yes | cargo-release release ${{ github.event.release.tag_name }} --execute --no-tag --no-verify --allow-branch \*