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.

forgot to "cue generate"...

+4 -4
+4 -4
.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@v5 67 + uses: softprops/action-gh-release@v2.3 68 68 if: startsWith(github.ref, 'refs/tags/') 69 69 with: 70 70 files: dist/${{ env.BINARY_NAME }}-${{ matrix.target }}.tar.gz ··· 91 91 GH_TOKEN: ${{ secrets.PAT }} 92 92 TAG_NAME: ${{ github.ref_name }} 93 93 run: | 94 - nix develop --command gh release download "$TAG_NAME" \\ 95 - --repo "$GITHUB_REPOSITORY" \\ 96 - --pattern '*' \\ 94 + nix develop --command gh release download "$TAG_NAME" \ 95 + --repo "$GITHUB_REPOSITORY" \ 96 + --pattern '*' \ 97 97 --dir dist 98 98 - name: Generate Checksums 99 99 run: nix develop --command just checksum dist