We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe79de0 commit e1387ffCopy full SHA for e1387ff
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
MDC_CURRENT_VERSION="v$(npm run version --silent)"
42
# If empty then set `mdc_version_changed` variable to `true`
43
- [[ -z $(git tag -l "$MDC_CURRENT_VERSION") ]] && echo "::set-output name=mdc_version_changed::true
+ [[ -z $(git tag -l "$MDC_CURRENT_VERSION") ]] && echo "::set-output name=mdc_version_changed::true"
44
- name: Build packages
45
if: steps.vars.outputs.mdc_version_changed == true
46
lerna.json
@@ -6,7 +6,8 @@
6
},
7
"publish": {
8
"ignoreChanges": [
9
- "*.md"
+ "*.md",
10
+ "*.txt"
11
]
12
}
13
0 commit comments