Skip to content

Commit 4d7a6a0

Browse files
authored
Merge branch 'develop' into bugfix/380-on-action-default-prop-missing
2 parents 1c59be3 + ee752c6 commit 4d7a6a0

File tree

5 files changed

+20
-25764
lines changed

5 files changed

+20
-25764
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
node-version: 12.x
1919
- run: yarn install --ignore-engines
2020
- run: yarn lint:nofix
21+
- run: yarn test
2122
# 💀💀💀💀cannot run coveralls since GH won't pass COVERALLS_REPO_TOKEN to forks; so any PRs from external contributors would fail
2223
# - run: yarn coveralls
2324
# env:

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@ jobs:
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
24-
run: |
25-
yarn add semantic-release
26-
yarn semantic-release
24+
run: npx semantic-release

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jspm_packages
3434
.npm
3535
.npmrc
3636

37+
# NPM lockfile
38+
package-lock.json
39+
3740
# Optional REPL history
3841
.node_repl_history
3942

0 commit comments

Comments
 (0)