There was an error while loading. Please reload this page.
2 parents ecc4baf + 441db82 commit 718077bCopy full SHA for 718077b
2 files changed
.github/workflows/release.yml
@@ -21,7 +21,8 @@ jobs:
21
owner: context.repo.owner,
22
repo: context.repo.repo,
23
tag_name: '${{ github.ref }}',
24
- name: 'Release ${{ github.ref_name }}'
+ name: 'Release ${{ github.ref_name }}',
25
+ prerelease: '${{ github.ref_name }}'.includes('-')
26
})
27
- uses: aboutbits/github-actions-node/setup-and-install@v2
28
with:
.gitignore
@@ -1,4 +1,16 @@
1
-node_modules
2
-dist
+# Basic
+.DS_Store
3
+
4
+# IDE
5
+/.idea
6
+/.vscode
7
8
+# Project
9
+/node_modules
10
11
+# Build
12
+/dist
13
*.tsbuildinfo
14
15
+# Cache
16
.eslintcache
0 commit comments