Skip to content

Commit b3c1c15

Browse files
committed
gh-41 fix tag in ci
Signed-off-by: Victor Chang <[email protected]>
1 parent e8856cc commit b3c1c15

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
@@ -261,7 +261,7 @@ jobs:
261261

262262
- name: Integration Test
263263
env:
264-
TAG: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
264+
TAG: ${{ env.GitVersion_SemVer }}
265265
if: ${{ (matrix.os == 'ubuntu-latest') }}
266266
run: |
267267
pushd tests/Integration.Test

0 commit comments

Comments
 (0)