Skip to content

Commit 6abf34a

Browse files
committed
triggering github action
1 parent 32a0a61 commit 6abf34a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Publish Release
22

33
on:
4-
release:
5-
types: [published]
4+
push:
65

76
jobs:
87
build:
@@ -37,9 +36,6 @@ jobs:
3736
- name: Test library
3837
run: npm run test
3938

40-
- name: Test library accessibility
41-
run: npm run test:accessibility
42-
4339
- name: Publish RELEASE to npm
4440
run: |
4541
sed -i "s#\"version\": \".*\"#\"version\": \"${TAG_NAME}\"#" ./packages/lib/package.json

0 commit comments

Comments
 (0)