Skip to content

Commit deffcdb

Browse files
authored
Update fly.yml
1 parent 11e640d commit deffcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
echo "version=$VERSION" >> $GITHUB_OUTPUT
3838
echo "version-without-v=$VERSION_WITHOUT_V" >> $GITHUB_OUTPUT
3939
40-
- run: flyctl deploy --remote-only --build-arg VERSION=$VERSION_WITHOUT_V
40+
- run: flyctl deploy --remote-only --build-arg VERSION=${{ steps.set_version.outputs.version-without-v }}
4141
env:
4242
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 commit comments

Comments
 (0)