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 cec6462 commit c607367Copy full SHA for c607367
1 file changed
.github/workflows/release.yml
@@ -86,6 +86,8 @@ jobs:
86
with:
87
name: ${{ matrix.package_slug }}
88
path: .artifacts/*.tgz
89
+ if-no-files-found: error
90
+ include-hidden-files: true
91
92
publish-main:
93
name: Publish @spencer-kit/coder-studio
@@ -125,6 +127,8 @@ jobs:
125
127
126
128
name: coder-studio-main
129
130
131
132
133
github-release:
134
name: Create GitHub Release
0 commit comments