Skip to content

Commit

Permalink
chore: chmod credentials file
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Sep 25, 2020
1 parent 5186c7b commit a2757be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo ":github: Bearer ${GITHUB_TOKEN}" >> ~/.gem/credentials
chmod 600 ~/.gem/credentials
gem push --key github --host https://rubygems.pkg.github.com/avo-hq ./pkg/avo-${{steps.gem_version.outputs.tag}}.gem
- name: Publish release on avohq.io
Expand Down

0 comments on commit a2757be

Please sign in to comment.