Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-H committed Aug 22, 2024
1 parent 95dadfd commit 10e643f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Publish to RubyGems
run: |
mkdir -p $HOME/.gem
Expand All @@ -31,7 +30,7 @@ jobs:
- run: jruby -S bundle exec rake build cache_store_redis.gemspec

- name: Publish to RubyGems
- run: |
run: |
mkdir -p $HOME/.gem
touch $HOME/.gem/credentials
chmod 0600 $HOME/.gem/credentials
Expand Down

0 comments on commit 10e643f

Please sign in to comment.