Skip to content

Commit 9e9570d

Browse files
Change 2ms version not showing
1 parent 261cceb commit 9e9570d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bucket-upload.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
run: |
3333
BRANCH_NAME="${{ github.head_ref || github.ref_name }}"
3434
PR_NUMBER="${{ github.event.number }}"
35-
echo "twoms_version=$(curl -s https://api.github.com/repos/checkmarx/2ms/releases/latest | jq -r '.tag_name')" >> $GITHUB_ENV
35+
TWOMS_VERSION=$(curl -s https://api.github.com/repos/checkmarx/2ms/releases/latest | jq -r '.tag_name')
36+
echo "twoms_version=$TWOMS_VERSION" >> $GITHUB_ENV
3637
ENGINE="2ms"
3738
COMMIT_HASH="${{ github.sha }}"
3839
PR_OWNER="${{ github.actor }}"

0 commit comments

Comments
 (0)