Skip to content

Commit

Permalink
flyctl, not fly
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Nov 5, 2022
1 parent b8685c5 commit 02d3b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
- name: Lookup app release version
shell: bash
run: |
echo "FLY_RELEASE_VERSION=$(fly releases --json | jq 'max_by(.Version).Version')" >> $GITHUB_ENV
echo "FLY_RELEASE_VERSION=$(flyctl releases --json | jq 'max_by(.Version).Version')" >> $GITHUB_ENV
env:
FLY_API_TOKEN: "${{ inputs.fly-token }}"

Expand Down

0 comments on commit 02d3b8b

Please sign in to comment.