[Release] v1.1.8
parent
5389a958a2
commit
cb4b02d7e0
|
@ -1,3 +1,5 @@
|
||||||
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue