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 6913cc4 commit 8252f39Copy full SHA for 8252f39
.github/actions/release-extension/action.yml
@@ -92,3 +92,4 @@ runs:
92
with:
93
name: release-${{ inputs.extension-name }}.json
94
path: release-${{ inputs.extension-name }}.json
95
+ retention-days: 1
.github/workflows/extensions.yml
@@ -72,6 +72,7 @@ jobs:
72
73
name: ${{ matrix.extension }}.packaged.successfully
74
path: ${{ matrix.extension }}.packaged.successfully
75
76
77
# Collect success results from the matrix simple-extensions jobs for later use
78
collect-simple-extensions:
0 commit comments