Skip to content

Commit

Permalink
Use latest release in action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos Dumitrache committed Jan 2, 2024
1 parent b59fef3 commit b0571e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
shell: bash
working-directory: ${{ github.workspace }}
run: |
curl -o the_versioner -L https://github.com/DragosDumitrache/versioner/releases/download/2.2.0/version.sh
curl -o the_versioner -L https://github.com/DragosDumitrache/versioner/releases/download/2.2.1/version.sh
chmod +x the_versioner
- name: Generate and tag a new version
id: semver
Expand Down

0 comments on commit b0571e0

Please sign in to comment.