There was an error while loading. Please reload this page.
1 parent a4c397f commit 2bef43eCopy full SHA for 2bef43e
1 file changed
.github/workflows/upload-release-assets.yml
@@ -9,6 +9,7 @@ on:
9
ref:
10
description: The release ref
11
required: true
12
+ push:
13
14
permissions:
15
contents: write
@@ -30,7 +31,7 @@ jobs:
30
31
- uses: actions/checkout@v4
32
with:
33
submodules: recursive
- ref: ${{ inputs.ref }}
34
+ ref: refs/tags/v1.34.0
35
- uses: ./.github/actions/upload-release-assets
36
- id: ${{ inputs.id }}
37
+ id: 246546694
0 commit comments