We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e640d commit deffcdbCopy full SHA for deffcdb
.github/workflows/fly.yml
@@ -37,6 +37,6 @@ jobs:
37
echo "version=$VERSION" >> $GITHUB_OUTPUT
38
echo "version-without-v=$VERSION_WITHOUT_V" >> $GITHUB_OUTPUT
39
40
- - run: flyctl deploy --remote-only --build-arg VERSION=$VERSION_WITHOUT_V
+ - run: flyctl deploy --remote-only --build-arg VERSION=${{ steps.set_version.outputs.version-without-v }}
41
env:
42
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
0 commit comments