Skip to content

Commit

Permalink
ci(semantic-release): list tags
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jul 1, 2024
1 parent 0e929c2 commit 8224973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true

- uses: actions/setup-node@v4
with:
Expand All @@ -100,6 +98,8 @@ jobs:
- name: Install dependencies
run: npm ci --no-audit

- run: git tag

- name: Semantic release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8224973

Please sign in to comment.