Skip to content

Commit

Permalink
ci: Fetch tags in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Iltotore committed Jun 20, 2023
1 parent f05b82b commit 4358e16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
repository: Iltotore/iron
- run: |
git fetch --prune --unshallow --tags
git tag -l
- uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 4358e16

Please sign in to comment.