We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 730a589 + fccc3e4 commit f332fb2Copy full SHA for f332fb2
1 file changed
.github/workflows/release.yml
@@ -16,8 +16,7 @@ jobs:
16
- run: bundle exec rake build
17
- id: gem
18
run: echo "::set-output name=result::$(find pkg -name 'deploygate-*.gem' -type f | head -1)"
19
- - run:
20
- command: |
+ - run: |
21
curl --data-binary '@${{ steps.result.outputs.result }}' \
22
-H 'Authorization: ${{ secrets.RUBYGEMS_API_KEY }}' \
23
"https://rubygems.org/api/v1/gems"
@@ -26,4 +25,4 @@ jobs:
26
25
payload: "{\"text\": \"Released a deploygate gem in <https://rubygems.org/gems/deploygate/|RubyGems>\"}"
27
env:
28
SLACK_WEBHOOK_URL: ${{ secrets.SHARED_FOR_RELEASE_ARTIFACT_SLACK_INCOMING_WEBHOOK_URL }}
29
- SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
+ SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
0 commit comments