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 24cc0f4 commit 69d8652Copy full SHA for 69d8652
.github/workflows/ci.yml
@@ -18,8 +18,8 @@ jobs:
18
steps:
19
- name: Set env
20
run: |
21
- echo "SPP_APPLICATION_GIT_COMMIT=${GITHUB_SHA}" >> $GITHUB_ENV
22
echo "SPP_APPLICATION_ENVIRONMENT=ci" >> $GITHUB_ENV
+ echo "SPP_APPLICATION_VERSION=${GITHUB_SHA}" >> $GITHUB_ENV
23
24
- uses: actions/checkout@v3
25
- name: Set up JDK 17
0 commit comments