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 99e55d4 commit 28b3732Copy full SHA for 28b3732
1 file changed
.github/workflows/publish.yml
@@ -64,7 +64,7 @@ jobs:
64
with:
65
node-version: 24
66
package-manager-cache: false
67
- cache: ''
+ cache: ""
68
69
- name: Build NPM
70
run: deno task build:npm ${STEPS_VARS_OUTPUTS_VERSION}
@@ -94,7 +94,7 @@ jobs:
94
95
96
97
98
99
- name: download build
100
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
0 commit comments