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.
2 parents b17014d + fe481fa commit 2663a0fCopy full SHA for 2663a0f
.github/workflows/build.yaml
@@ -437,19 +437,19 @@ jobs:
437
permissions:
438
contents: write
439
steps:
440
+ - name: Checkout the code
441
+ uses: actions/checkout@v4.2.2
442
+ with:
443
+ sparse-checkout: |
444
+ .github/scripts
445
+
446
- name: Download the artifacts from the previous job
447
uses: actions/download-artifact@v4
448
with:
449
pattern: mas-cli-*
450
path: artifacts
451
merge-multiple: true
452
- - name: Checkout the code
- uses: actions/checkout@v4.2.2
- with:
- sparse-checkout: |
- .github/scripts
-
453
- name: Update unstable git tag
454
uses: actions/github-script@v7.0.1
455
0 commit comments