Skip to content

Commit

Permalink
chore: read isStableRelease from JSON in publish-docs job (#3089)
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman authored Nov 13, 2024
1 parent 6d33a56 commit 9e9ba88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
needs: [ get-version-channel, promote ]
uses: ./.github/workflows/devcenter-doc-update.yml
with:
isStableRelease: ${{ needs.get-version-channel.outputs.isStableRelease }}
isStableRelease: ${{ fromJSON(needs.get-version-channel.outputs.isStableRelease) }}
secrets: inherit

0 comments on commit 9e9ba88

Please sign in to comment.