Skip to content

Commit

Permalink
ci: Auto fixes (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
laughedelic authored Mar 15, 2021
1 parent dec0126 commit 3609f5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .autorc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
plugins:
- git-tag
- released
- - omit-commits
- subject: 'build: update dist'
latest:
noChangelog: true
shipit:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Commit updated build
run: |
git add --force dist
git add --force dist/ package-lock.json
git status
git commit -m 'build: update dist'
git log -1
Expand Down

0 comments on commit 3609f5a

Please sign in to comment.