Skip to content

Commit

Permalink
fix: fix logic for publish-docs job (#3018)
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman authored Sep 26, 2024
1 parent 65eb66a commit 9f37258
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 @@ -60,5 +60,5 @@ jobs:
needs: [ get-version-channel, promote ]
uses: ./.github/workflows/devcenter-doc-update.yml
with:
isStableRelease: ${{ fromJSON(needs.get-version-channel.outputs.isStableRelease) }}
isStableRelease: ${{ needs.get-version-channel.outputs.isStableRelease }}
secrets: inherit

0 comments on commit 9f37258

Please sign in to comment.