We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551306e commit ad0a3c1Copy full SHA for ad0a3c1
.github/workflows/ci.yml
@@ -13,18 +13,18 @@ jobs:
13
with:
14
node-version: 14
15
16
- - run: npm install
17
- - run: npm run build
18
- - run: npm run dash
19
- - run: rm -rf .deploy/linux-command.docset
20
-
21
- name: Generate Contributors Images
22
uses: jaywcjlove/github-action-contributors@main
23
24
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
25
- output: .deploy/CONTRIBUTORS.svg
26
avatarSize: 42
27
+ - run: npm install
+ - run: npm run build
+ - run: npm run dash
+ - run: rm -rf .deploy/linux-command.docset
+ - run: cp CONTRIBUTORS.svg .deploy
+
28
- name: Create Tag
29
id: create_tag
30
uses: jaywcjlove/create-tag-action@v1.3.6
0 commit comments