Skip to content

Commit c2740c9

Browse files
committed
TO-DROP: already uploaded
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent e98039d commit c2740c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
env:
218218
GH_TOKEN: ${{ steps.snapshots-token.outputs.result }}
219219
run: |
220-
gh release create \
220+
echo gh release create \
221221
-R "$OWNER/$SNAPSHOTS_REPO" \
222222
--target "${{ steps.bundle-artifacts.outputs.git-commit-oid }}" \
223223
--title "${{ steps.bundle-artifacts.outputs.date }}" \

0 commit comments

Comments
 (0)