We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 175e4b7 + a04bfe1 commit d27ab77Copy full SHA for d27ab77
1 file changed
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
bundler-cache: true
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)"
+ run: echo "result=$(find pkg -name 'deploygate-*.gem' -type f | head -1)" >> $GITHUB_OUTPUT
19
- run: |
20
gem push '${{ steps.gem.outputs.result }}'
21
env:
0 commit comments