Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zwhitfield3 committed Mar 8, 2024
1 parent dc7a3e6 commit e37dfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-fig-autocomplete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build Heroku CLI
run: yarn build
- name: Generate Fig Spec
run: cd packages/cli && ./bin/run generate-fig-spec > spec.ts && cat spec.ts
run: cd packages/cli && ./bin/run generate-fig-spec > spec.ts
- name: Get Heroku Version
id: cli-version
run: echo "version=$(./bin/run --version | sed -rn 's/^heroku\/([0-9\.]+).*$/\1/p')"
Expand Down

0 comments on commit e37dfc4

Please sign in to comment.