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 ad3f2f3 commit 1d1f486Copy full SHA for 1d1f486
1 file changed
.github/workflows/build-worker-bundles.yml
@@ -31,6 +31,8 @@ jobs:
31
- uses: actions/download-artifact@v8
32
- uses: softprops/action-gh-release@v3
33
with:
34
+ tag_name: dev+${{ github.sha }}
35
+ target_commitish: ${{ github.sha }}
36
prerelease: true
37
files: |
38
worker-*.tar.xz
0 commit comments