diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0e01cb7..5dcb4b0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: - name: Prepare release run: tar -zcvf octicons.tar.gz octicons - name: Create release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/') with: files: octicons.tar.gz