Skip to content

Commit

Permalink
Update action (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos Dumitrache authored Jan 10, 2024
1 parent 01d87e4 commit 44846e9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions versioner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@ outputs:
runs:
using: composite
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: DragosDumitrache/versioner
ref: 2.2.1
- name: Download versioner
shell: bash
working-directory: ${{ github.workspace }}
run: |
curl -o the_versioner -L https://github.com/DragosDumitrache/versioner/releases/download/2.2.1/version.sh
curl -o the_versioner -L https://github.com/DragosDumitrache/versioner/releases/download/2.2.3/version.sh
chmod +x the_versioner
- name: Generate and tag a new version
id: semver
Expand Down

0 comments on commit 44846e9

Please sign in to comment.