Skip to content

Commit

Permalink
ci update package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebouget committed Dec 1, 2023
1 parent 1995d1a commit a456fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Get latest tag
id: get_tag
run: echo ::set-output name=TAG::$(git describe --tags --abbrev=0) --match "v*"
run: echo ::set-output name=TAG::$(git describe --tags --abbrev=0 --match "v*" --first-parent --always | sort -V | tail -n 1)

- name: Update package.json version
run: |
Expand Down

0 comments on commit a456fec

Please sign in to comment.