Skip to content

Commit a4b78ec

Browse files
committed
fix: squash
1 parent 719f200 commit a4b78ec

File tree

5 files changed

+110
-134
lines changed

5 files changed

+110
-134
lines changed

.github/workflows/build-test-release.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: "3.7"
3333
- name: Install actionlint
3434
run: |
35-
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.6.8/scripts/download-actionlint.bash)
35+
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.6.22/scripts/download-actionlint.bash)
3636
- uses: pre-commit/[email protected]
3737

3838
publish:
@@ -46,15 +46,9 @@ jobs:
4646
with:
4747
submodules: false
4848
persist-credentials: false
49-
- uses: actions/setup-node@v3
50-
with:
51-
node-version: '14'
5249
- name: Semantic Release
53-
uses: cycjimmy/[email protected]
54-
with:
55-
semantic_version: 17
56-
extra_plugins: |
57-
@semantic-release/git
50+
uses: splunk/[email protected]
51+
5852
env:
5953
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}
6054

0 commit comments

Comments
 (0)