Connect applications to schemes, filetypes, and more on macOS (more to come)
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

CHANGED IMPORTED ACTION BACK TO V2

sigh...

+2 -2
+1 -1
.config/ci/release/github-ci.cue
··· 72 72 run: "nix develop --command just create-notes ${{ github.ref_name }} release_notes.md CHANGELOG.md" 73 73 }, { 74 74 name: "Publish Release" 75 - uses: "softprops/action-gh-release@v2.3" 75 + uses: "softprops/action-gh-release@v2" 76 76 if: "startsWith(github.ref, 'refs/tags/')" 77 77 with: { 78 78 files: "dist/${{ env.BINARY_NAME }}-${{ matrix.target }}.tar.gz"
+1 -1
.github/workflows/release.yml
··· 64 64 - name: Extract changelog for the tag 65 65 run: nix develop --command just create-notes ${{ github.ref_name }} release_notes.md CHANGELOG.md 66 66 - name: Publish Release 67 - uses: softprops/action-gh-release@v2.3 67 + uses: softprops/action-gh-release@v2 68 68 if: startsWith(github.ref, 'refs/tags/') 69 69 with: 70 70 files: dist/${{ env.BINARY_NAME }}-${{ matrix.target }}.tar.gz