Skip to content

Commit

Permalink
Merge pull request #1275 from scrtlabs/rc-version-in-release
Browse files Browse the repository at this point in the history
Rc version in release
  • Loading branch information
Cashmaney authored Dec 6, 2022
2 parents 5f00c66 + 2ddce88 commit 0c77e43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+" # Push events to matching alpha releases
- "v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+" # Push events to matching beta releases
- "v[0-9]+.[0-9]+.[0-9]+-patch.[0-9]+" # Push events to matching beta releases
- "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+" # Push events to matching rc releases

jobs:
build-deb-testnet:
Expand Down

0 comments on commit 0c77e43

Please sign in to comment.