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