Skip to content

Commit 71edd3a

Browse files
committed
Fix publish CI
1 parent 092677b commit 71edd3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sdk_publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
# mask the newly minted API token, so that we don't accidentally leak it
3333
echo "::add-mask::${api_token}"
3434
35-
# see the next step in the workflow for an example of using this step output
36-
echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
35+
# set the output for the job
36+
echo "::set-output name=api-token::${api_token}"
3737
publish:
3838
needs: mint-token
3939
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15

0 commit comments

Comments
 (0)