Skip to content

Commit

Permalink
Merge pull request #70 from Wiibleyde/develop
Browse files Browse the repository at this point in the history
feat: add step to fetch all tags in GitHub Actions workflow
  • Loading branch information
Wiibleyde authored Dec 20, 2024
2 parents 4184bad + a8544da commit 0fc2799
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
id: get_version
run: echo "VERSION=$(jq -r .version package.json)" >> $GITHUB_ENV

- name: Fetch all tags
run: git fetch --tags

- name: Create tag
if: github.event.pull_request.merged == true
env:
Expand Down

0 comments on commit 0fc2799

Please sign in to comment.