diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 19b433b9..e7b09019 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - name: Build package run: nix build -L - name: Release - uses: softprops/action-gh-release@v2.0.2 + uses: softprops/action-gh-release@v2.0.5 if: startsWith(github.ref, 'refs/tags/') with: files: result/share/emacs/site-lisp/magit-file-icons.el