Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit 506bce9

Browse files
authored
Merge pull request #28 from cipherstash/fix-github-action
Fix github action
2 parents 5185471 + 55ede4b commit 506bce9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_gems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222

2323
- name: Build+push
2424
run: |
25-
rake gem gem:push
25+
bundle exec rake gem gem:push
2626
env:
2727
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}

0 commit comments

Comments
 (0)