Skip to content

Commit

Permalink
Use new output syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Dec 1, 2023
1 parent c3dae63 commit 1db33ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "Assumed version number $VERSION"
echo "VERSION=$VERSION" >> "$GITHUB_ENV"
fi
echo "::set-output name=version::$VERSION"
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
- name: Generate docs
run: |
DOCS_BUCKET=${{ secrets.CD_API_REFS_BUCKET_NAME }} \
Expand Down

0 comments on commit 1db33ff

Please sign in to comment.