Pedro Lopes
Results
1
comments of
Pedro Lopes
I have the same issue and this works for me: ``` steps: - uses: actions/checkout@v3 - name: Checkout run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* ``` I noticed that the checkout...