diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 815434c4..1f3b2ba5 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -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: