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 9c3525c commit 961bcc8Copy full SHA for 961bcc8
.github/workflows/build-and-deploy.yml
@@ -41,6 +41,7 @@ jobs:
41
- name: Build with Maven
42
env:
43
START_SPRING_IO_TMPDIR: /tmp/start-spring-io-cache-2024-12-11
44
+ GOOGLE_TAGMANAGER_ID: ${{ vars.GOOGLE_TAGMANAGER_ID }}
45
run: ./mvnw --batch-mode --update-snapshots verify
46
47
- name: Set up Azure
0 commit comments