Skip to content

Commit 94704fd

Browse files
committed
chore: always create a draft release in github
1 parent 61d760b commit 94704fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
- name: Download Cached artifacts
163163
uses: actions/download-artifact@v4
164164
with:
165-
pattern: scanoss-jars-* #TODO: Rename to scanoss-binary-windows/linux/mac
165+
pattern: scanoss-jars-*
166166
merge-multiple: true
167167
path: target
168168

@@ -172,7 +172,7 @@ jobs:
172172
ls -la target/
173173
174174
- name: GH Release ${{ github.ref_type }} - ${{ github.ref_name }}
175-
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
175+
#if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
176176
env:
177177
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
178178
run: |

0 commit comments

Comments
 (0)