Skip to content

Commit d2ca493

Browse files
committed
add build reference in webjar to get correct git reference
1 parent c9bce21 commit d2ca493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6161

6262
publish-webjar:
63-
needs: publish-npm-registry-npmjs
63+
needs: [build, publish-npm-registry-npmjs]
6464
runs-on: ubuntu-latest
6565
permissions:
6666
contents: read

0 commit comments

Comments
 (0)