Skip to content

Commit 3f45064

Browse files
committed
Fixed gitignore and maybe workflows
1 parent 75a45ed commit 3f45064

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/deploy-image.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ jobs:
4949
commit_user_name: github-actions
5050
commit_user_email: noreply@arnaud.tech
5151
commit_author: github-actions <noreply@arnaud.tech>
52-
file_pattern: |
52+
file_pattern:
5353
build/index.min.js
54-
# build/index.min.js.map
55-
package-lock.json
5654
skip_dirty_check: true
5755
push_options: '--force'
5856
branch: ${{ steps.package-version.outputs.current-version }}
@@ -74,8 +72,6 @@ jobs:
7472
with:
7573
files: |
7674
build/index.min.js
77-
# build/index.min.js.map
78-
package-lock.json
7975
tag_name: ${{ steps.package-version.outputs.current-version }}
8076
name: ${{ steps.package-version.outputs.current-version }}
8177
body: |

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
node_modules
2-
pacakge-lock.json
2+
package-lock.json

0 commit comments

Comments
 (0)