Skip to content

Commit

Permalink
fix(ci): install gem-release for release
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 5, 2024
1 parent 50de16d commit 61e5d2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Release gems
on:
workflow_dispatch:
push:
tags:
- v*
Expand All @@ -22,4 +23,5 @@ jobs:
uses: rubygems/configure-rubygems-credentials@main
- name: Publish to RubyGems
run: |
gem install gem-release
gem release anycable-rails-core anycable-rails

0 comments on commit 61e5d2f

Please sign in to comment.