diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bf9cd6c8..237d92f4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,9 +15,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - # Required In non-push events, such as pull_request + # Needed for commit and push changes with: ref: ${{ github.head_ref }} + fetch-depth: 0 # To get all tags - name: Upload LICENSE to the release assets uses: softprops/action-gh-release@v2