Skip to content

Commit 76db7d9

Browse files
Testing publish workflow.
1 parent 866b088 commit 76db7d9

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/post-release.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,11 @@ permissions:
1111

1212
jobs:
1313
publish:
14-
name: Publish vale
14+
name: Publish vale package
1515
runs-on: ubuntu-latest
1616
steps:
17-
- name: Checkout
18-
uses: actions/checkout@v4
19-
- name: Zip the folder
20-
run: |
21-
zip -r spread.zip spread
22-
- name: Upload Release Asset
17+
- name: Upload into Release
2318
uses: softprops/action-gh-release@v2
2419
with:
20+
files: helm/charts/main/global-*.tgz
2521
tag_name: ${{github.event.release.tag_name}}
26-
files: spread.zip
27-
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

spread.zip

4.43 KB
Binary file not shown.

spread/.vale.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ SPREAD.Suspended = OFF
1313
SPREAD.We = OFF
1414
Vale.Spelling = OFF
1515

16-
CommentDelimiters = {<!---, -->}
16+
CommentDelimiters = {<!---, -->}
17+
18+
# Just a comment to remove

spread/styles/config/vocabularies/spreadTerms/accept.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,11 @@ downloadjs
6969
# E
7070
EChart
7171
EI
72+
emptyInstance
7273
enableTelemetry
74+
endif
7375
enum
74-
emptyInstance
76+
7577

7678
# F
7779
fieldState
@@ -240,6 +242,8 @@ strokeStyle
240242
tableData
241243
targetIframe
242244
targetOrigin
245+
[Tt]elematics
246+
[Tt]elemetrics
243247
(?!)TIFF
244248
[Tt]ooltip
245249
trackpad
@@ -256,6 +260,7 @@ triggeredRow
256260
updatedRow[s]
257261
updateModel
258262
updateUsers
263+
Upskilling Coach
259264
URI
260265
URL
261266
useCase

0 commit comments

Comments
 (0)