Skip to content

Commit 3ba8e3d

Browse files
authored
fix: Publish to unique tag name due to policy restrictions (#418)
1 parent b95deb5 commit 3ba8e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,6 @@ jobs:
227227
- name: Release
228228
uses: softprops/action-gh-release@v1
229229
with:
230-
tag_name: ${{ needs.smithy-kotlin-docs.outputs.source-ref }}
230+
tag_name: ${{ needs.smithy-kotlin-docs.outputs.source-ref }}-api-docs
231231
files: |
232232
kotlin-sdk-api-docs.zip

0 commit comments

Comments
 (0)