Skip to content

Commit

Permalink
fix tags fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
amazliah committed Nov 16, 2023
1 parent d2d082f commit f914e84
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,22 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true

- name: Get current tag
id: current-tag
uses: WyriHaximus/github-action-get-previous-tag@v1
uses: WyriHaximus/github-action-get-previous-tag@v1.3.0
with:
fallback: v0
fallback: 0
prefix: v

- name: Increase tag version
id: next-tag
uses: WyriHaximus/github-action-next-semvers@v1
uses: WyriHaximus/github-action-next-semvers@v1.2.1
with:
version: ${{ steps.current-tag.outputs.tag }}
strict: false
strict: true

- name: Setup
run: |
Expand Down

0 comments on commit f914e84

Please sign in to comment.