Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
camposer authored Oct 31, 2022
1 parent b22dd20 commit 3e7cdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
mkdir ~/.gem
echo ":api-key: ${RUBYGEMS_API_KEY}" > ~/.gem/credentials
chmod 0600 /home/runner/.gem/credentials
chmod 0600 ~/.gem/credentials
gem build .gemspec
gem push ./log-export-container-${LEC_VERSION}.gem --key api-key
Expand Down

0 comments on commit 3e7cdd9

Please sign in to comment.