Skip to content

Commit

Permalink
tag regex
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Sep 27, 2024
1 parent aec2006 commit 0a78ed7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ permissions:

on:
push:
branches:
- "release/*"
tags:
- "v[12].[0-9]+.[0-9]+(-alpha.[0-9]+)*"

jobs:
crates-io:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Publish drift-idl-gen
run: |
cd crates/drift-idl-gen
cargo publish --dry-run
cargo publish
- name: Publish drift-rs
run: |
cargo publish --dry-run
cargo publish

0 comments on commit 0a78ed7

Please sign in to comment.