Skip to content

Commit 523b873

Browse files
committed
Base Release
1 parent dfd96fc commit 523b873

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/manual-test-tutorial.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
cd self-managed/infrastructure/docker/images
3030
./generate_variables.sh
31-
echo `cat variables.env | grep CONSUL_VERSION | sed 's/.*=//'` >> $GITHUB_RELEASE_TAG
31+
echo `cat variables.env | grep CONSUL_VERSION` >> $GITHUB_ENV
3232
./build_images.sh
3333
- name: Run GS 1
3434
run: |
@@ -52,8 +52,8 @@ jobs:
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
with:
55-
tag_name: ${{ env.GITHUB_RELEASE_TAG }}
56-
release_name: Release ${{ env.GITHUB_RELEASE_TAG }}
55+
tag_name: ${{ env.CONSUL_VERSION }}
56+
release_name: Release ${{ env.CONSUL_VERSION }}
5757
draft: false
5858
prerelease: false
5959
- name: Upload Release Asset

0 commit comments

Comments
 (0)