Skip to content

Commit 529e85b

Browse files
committed
Fix gem publishing steps in workflow to use correct gemspec and package name
1 parent 4719d5a commit 529e85b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121

2222
- name: Publish to RubyGems
2323
run: |
24-
gem build eventq.gemspec
25-
gem push eventq-*.gem
24+
gem build mysql_framework.gemspec
25+
gem push mysql_framework-*.gem

0 commit comments

Comments
 (0)