Skip to content

Commit

Permalink
Merge pull request #81 from sacherjj/update-ci-publish
Browse files Browse the repository at this point in the history
Updates to fix CI prior to v2.0.0
  • Loading branch information
sacherjj authored Jun 29, 2023
2 parents 0a2319e + c2202c1 commit 82d8b37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-casper-client-rpm.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
name: publish-casper-client-rpm

# Need to re-enable rpm once we debug issues.
on:
push:
tags:
- "v*.*.*"
- "disabled_for_now*.*.*"

jobs:
publish-rpm:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/publish-casper-client-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
name: publish-casper-client-rs

on:
release:
types: [published]
push:
tags:
- "v*.*.*"

jobs:
publish:
Expand Down

0 comments on commit 82d8b37

Please sign in to comment.