We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d760b commit 94704fdCopy full SHA for 94704fd
1 file changed
.github/workflows/publish.yml
@@ -162,7 +162,7 @@ jobs:
162
- name: Download Cached artifacts
163
uses: actions/download-artifact@v4
164
with:
165
- pattern: scanoss-jars-* #TODO: Rename to scanoss-binary-windows/linux/mac
+ pattern: scanoss-jars-*
166
merge-multiple: true
167
path: target
168
@@ -172,7 +172,7 @@ jobs:
172
ls -la target/
173
174
- name: GH Release ${{ github.ref_type }} - ${{ github.ref_name }}
175
- if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
+ #if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
176
env:
177
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
178
run: |
0 commit comments