Skip to content

chore: bump version #103

chore: bump version

chore: bump version #103

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
build:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork
runs-on: ubuntu-latest
permissions:
contents: write
id-token: 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