Skip to content

Commit

Permalink
Fix the incorrect label on invocation of auto version
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Feb 26, 2024
1 parent f99594d commit c41a49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
wget -O- https://github.com/intuit/auto/releases/download/v10.16.1/auto-linux.gz | gunzip > ~/auto
chmod a+x ~/auto
- name: Check whether a release is due
- name: Query 'auto' on type of the release
id: auto-version
run: |
# to be able to debug if something goes wrong
Expand Down

0 comments on commit c41a49b

Please sign in to comment.