We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc0c20 commit b1bb5bdCopy full SHA for b1bb5bd
.github/workflows/draft-release.yml
@@ -26,16 +26,16 @@ env:
26
27
jobs:
28
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/
+ #list-artifacts:
+ # name: List Artifacts
+ # runs-on: ubuntu-22.04
+ # steps:
+ # # Checkout here so we can easily use custom actions
+ # - uses: actions/download-artifact@v4
+ # with:
+ # path: artifacts/
+ # - name: List Directory Structure
+ # run: ls -R artifacts/
39
40
create-github-release:
41
name: Draft Release v${{ inputs.salt-version }}
0 commit comments