Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh authored Mar 22, 2022
1 parent 01bb1d5 commit 9b77bd7
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 @@ -25,7 +25,7 @@ runs:
shell: bash
- name: Install greatest-semver-tag
run: |
wget -O /usr/local/bin/greatest-semver-tag https://raw.githubusercontent.com/lhstrh/greatest-semver-tag/no-checkout/greatest-semver-tag.sh
wget -O /usr/local/bin/greatest-semver-tag https://raw.githubusercontent.com/lhstrh/greatest-semver-tag/main/greatest-semver-tag.sh
chmod +x /usr/local/bin/greatest-semver-tag
shell: bash
- name: Fetch all tags
Expand Down

0 comments on commit 9b77bd7

Please sign in to comment.