Skip to content

Commit e9614cc

Browse files
committed
Fix
1 parent 48cff60 commit e9614cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/standalone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set Application Version (Environment Variable)
2323
run: |
2424
APP_VERSION=$(echo '${{ github.event.release.tag_name }}' | cut -d 'v' -f 2)
25-
echo 'APP_VERSION=$APP_VERSION' >> $GITHUB_ENV
25+
echo "APP_VERSION=$APP_VERSION" >> $GITHUB_ENV
2626
2727
- name: Checkout Repository Code
2828
uses: actions/checkout@v4

0 commit comments

Comments
 (0)