1
0
Fork 0

[Release] v1.1.8

main
Mist 2024-04-06 00:16:55 +08:00
parent 5389a958a2
commit cb4b02d7e0
No known key found for this signature in database
GPG Key ID: B6B08DB7604B8628
3 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,5 @@
name: Build
on: on:
push: push:
paths: paths:

View File

@ -21,6 +21,8 @@ jobs:
check-regexp: 'with rust' check-regexp: 'with rust'
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10 wait-interval: 10
allowed-conclusions: success,skipped,cancelled
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4

View File

@ -1,6 +1,6 @@
[project] [project]
name = "codesnap.nvim" name = "codesnap.nvim"
version = "1.1.7" version = "1.1.8"
description = "📸 Snapshot plugin that can make pretty code snapshots with real-time previews for Neovim" description = "📸 Snapshot plugin that can make pretty code snapshots with real-time previews for Neovim"
author = "Mist" author = "Mist"
email = "mist.zzh@gmail.com" email = "mist.zzh@gmail.com"