Skip to content

Commit 5f2dedf

Browse files
committed
please 🥺
1 parent 5e23f14 commit 5f2dedf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,15 @@ jobs:
5353
build-native: ${{ !inputs.jar-only }}
5454

5555
update-install-scripts:
56+
if: ${{ !inputs.jar-only }}
5657
needs: build
5758
uses: ./.github/workflows/update-install-scripts.yml
5859
permissions:
5960
contents: write
6061
pull-requests: write
6162
with:
6263
tag: ${{ inputs.tag }}
63-
64+
gi
6465
release:
6566
needs: [ build, update-install-scripts ]
6667
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)