Skip to content

Commit b1bb5bd

Browse files
committed
Comment out draft-release for now
1 parent 0fc0c20 commit b1bb5bd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/draft-release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ env:
2626

2727
jobs:
2828

29-
list-artifacts:
30-
name: List Artifacts
31-
runs-on: ubuntu-22.04
32-
steps:
33-
# Checkout here so we can easily use custom actions
34-
- uses: actions/download-artifact@v4
35-
with:
36-
path: artifacts/
37-
- name: List Directory Structure
38-
run: ls -R artifacts/
29+
#list-artifacts:
30+
# name: List Artifacts
31+
# runs-on: ubuntu-22.04
32+
# steps:
33+
# # Checkout here so we can easily use custom actions
34+
# - uses: actions/download-artifact@v4
35+
# with:
36+
# path: artifacts/
37+
# - name: List Directory Structure
38+
# run: ls -R artifacts/
3939

4040
create-github-release:
4141
name: Draft Release v${{ inputs.salt-version }}

0 commit comments

Comments
 (0)