Skip to content

Commit 69d8652

Browse files
committed
chore: replace SPP_APPLICATION_GIT_COMMIT with SPP_APPLICATION_VERSION
1 parent 24cc0f4 commit 69d8652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
steps:
1919
- name: Set env
2020
run: |
21-
echo "SPP_APPLICATION_GIT_COMMIT=${GITHUB_SHA}" >> $GITHUB_ENV
2221
echo "SPP_APPLICATION_ENVIRONMENT=ci" >> $GITHUB_ENV
22+
echo "SPP_APPLICATION_VERSION=${GITHUB_SHA}" >> $GITHUB_ENV
2323
2424
- uses: actions/checkout@v3
2525
- name: Set up JDK 17

0 commit comments

Comments
 (0)