Skip to content

Commit

Permalink
setup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gfusee committed Nov 7, 2023
1 parent 420cd60 commit 8c25e8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-cookbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
name: Deploy cookbook

on:
release:
types: [created]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \*

0 comments on commit 8c25e8d

Please sign in to comment.