Skip to content

Commit 60a638e

Browse files
Test SAR BETA Deploy
1 parent 581fef3 commit 60a638e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable_deploy_v3_sar.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ jobs:
137137
env:
138138
VERSION: ${{ inputs.package-version }}
139139
run: |
140-
VERSION="${VERSION/a/-a}"
140+
# VERSION="${VERSION/a/-a}"
141+
VERSION="3.0.0"
141142
echo "VERSION=${VERSION}" >> "$GITHUB_OUTPUT"
142143
- name: Prepare SAR App
143144
env:

0 commit comments

Comments
 (0)