Skip to content

Commit

Permalink
fix wrong attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
anoworl committed Oct 31, 2022
1 parent f332fb2 commit f7ceb75
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 @@ -17,7 +17,7 @@ jobs:
- id: gem
run: echo "::set-output name=result::$(find pkg -name 'deploygate-*.gem' -type f | head -1)"
- run: |
curl --data-binary '@${{ steps.result.outputs.result }}' \
curl --data-binary '@${{ steps.gem.outputs.result }}' \
-H 'Authorization: ${{ secrets.RUBYGEMS_API_KEY }}' \
"https://rubygems.org/api/v1/gems"
- uses: slackapi/[email protected]
Expand Down

0 comments on commit f7ceb75

Please sign in to comment.