Skip to content

Commit

Permalink
chore: try to trigger github action tags monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Want-ToBelieve committed Nov 25, 2023
1 parent 69e2ea7 commit 50c083e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .changeset/rotten-buses-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"krohnkite-core": patch
"yakite": patch
"yakite-bridge": patch
"yakite-config": patch
"yakite-daemon": patch
"yakite-message": patch
"yakite-toast": patch
"yakite-yabai": patch
---

chore: try to trigger github action tags monitoring
5 changes: 2 additions & 3 deletions .github/workflows/release-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Publish to Crates.io

on:
push:
tags-ignore: # only yakite@x.x.x
- 'yakite-*'
- 'krohnkite-core*'
tags: # only
- 'yakite@*'

jobs:
publish:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout Branch
uses: actions/checkout@v4
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- name: Install Nix
uses: cachix/install-nix-action@v23
Expand Down

0 comments on commit 50c083e

Please sign in to comment.