diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65d8cbd..af6b1ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Build PDF run: pdflatex cv.tex - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: files: cv.pdf