Skip to content

Commit 983ab8b

Browse files
committed
Comment out broken upload-versions step
1 parent 3852eca commit 983ab8b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release_canary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
description: package.version,
6161
target_url: `https://unpkg.com/${package.name}@${package.version}/`
6262
})
63-
- name: Upload Versions
64-
uses: ./.github/actions/upload-versions/
63+
# - name: Upload Versions
64+
# uses: ./.github/actions/upload-versions/

.github/workflows/release_candidate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ jobs:
6363
description: package.version,
6464
target_url: `https://unpkg.com/${package.name}@${package.version}/`
6565
})
66-
- name: Upload Versions
67-
uses: ./github/.actions/upload-versions/
66+
# - name: Upload Versions
67+
# uses: ./github/.actions/upload-versions/

0 commit comments

Comments
 (0)