tangled
alpha
login
or
join now
pdewey.com
/
yankbank-nvim
0
fork
atom
Neovim plugin improving access to clipboard history (mirror)
0
fork
atom
overview
issues
pulls
pipelines
ci: update workflows
ptdewey
7 months ago
acfef7e1
0b23aed6
+22
-1
2 changed files
expand all
collapse all
unified
split
.github
workflows
docs.yaml
release.yaml
+1
-1
.github/workflows/docs.yaml
···
20
20
- name: Push changes
21
21
uses: stefanzweifel/git-auto-commit-action@v4
22
22
with:
23
23
-
commit_message: "doc: auto-generate vimdoc"
23
23
+
commit_message: "docs: auto-generate vimdoc"
24
24
commit_user_name: "github-actions[bot]"
25
25
commit_user_email: "github-actions[bot]@users.noreply.github.com"
26
26
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
+21
.github/workflows/release.yaml
···
1
1
+
name: Release To GitHub
2
2
+
3
3
+
on:
4
4
+
push:
5
5
+
branches:
6
6
+
- main
7
7
+
workflow_dispatch:
8
8
+
9
9
+
permissions:
10
10
+
contents: write
11
11
+
pull-requests: write
12
12
+
13
13
+
jobs:
14
14
+
release:
15
15
+
name: Release To GitHub
16
16
+
runs-on: ubuntu-latest
17
17
+
steps:
18
18
+
- uses: googleapis/release-please-action@v4
19
19
+
with:
20
20
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
21
+
release-type: simple