Skip to content

Bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 #74

Bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0

Bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 #74

Workflow file for this run

name: release
on:
push:
tags:
- '*.*'
jobs:
build:
uses: ./.github/workflows/build.yml
with:
version: ${{ github.ref_name }}
upload:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
name: tootik-${{ github.ref_name }}
path: artifacts
- uses: softprops/action-gh-release@v2
with:
files: artifacts/tootik-*
fail_on_unmatched_files: true