Skip to content

Commit

Permalink
fix: try different output syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 4, 2020
1 parent dea2747 commit b11e8fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
event-type: gem-released
client-payload: |
{
"name": "${{ needs.release.outputs.gem_name }}",
"version": "${{ needs.release.outputs.version }}",
"increment": "${{ needs.release.outputs.increment }}"
"name": "${{ jobs.release.outputs.gem_name }}",
"version": "${{ jobs.release.outputs.version }}",
"increment": "${{ jobs.release.outputs.increment }}"
}

0 comments on commit b11e8fb

Please sign in to comment.