Skip to content

Commit

Permalink
feat(ci): add release process
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed May 15, 2024
1 parent e1652e6 commit 8e97f13
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/[email protected]
- uses: DeterminateSystems/nix-installer-action@v11
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build package
run: nix build -L
- name: Release
uses: softprops/[email protected]
if: startsWith(github.ref, 'refs/tags/')
with:
files: result/share/emacs/site-lisp/magit-file-icons.el
generate_release_notes: true

0 comments on commit 8e97f13

Please sign in to comment.