Skip to content

Commit 8959c16

Browse files
committed
set release name
1 parent ad3f2f3 commit 8959c16

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-worker-bundles.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,17 @@ jobs:
2626
archive: false
2727

2828
release:
29+
needs: build-worker-bundles
2930
runs-on: ubuntu-latest
3031
steps:
3132
- uses: actions/download-artifact@v8
33+
with:
34+
skip-decompress: true
35+
merge-multiple: true
3236
- uses: softprops/action-gh-release@v3
3337
with:
38+
tag_name: dev+${{ github.sha }}
39+
target_commitish: ${{ github.sha }}
3440
prerelease: true
3541
files: |
3642
worker-*.tar.xz

0 commit comments

Comments
 (0)