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 ac4950a commit 29bc88fCopy full SHA for 29bc88f
.github/workflows/fly.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Deploy app
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- uses: superfly/flyctl-actions/setup-flyctl@master
15
- name: Deploy to Fly.io
16
run: flyctl deploy --build-arg HYPERFIDDLE_ELECTRIC_APP_VERSION=$(git describe --tags --long --always --dirty) --remote-only
0 commit comments