Skip to content

Commit 9cf9de9

Browse files
authored
fix(ci): update (#188)
1 parent 26e26dc commit 9cf9de9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
steps:
7575
- uses: actions/checkout@v4
7676

77-
- uses: JohnnyMorganz/stylua-action@v2
77+
- uses: JohnnyMorganz/stylua-action@v4
7878
with:
7979
version: latest
8080
token: ${{ secrets.GITHUB_TOKEN }}
@@ -95,7 +95,6 @@ jobs:
9595
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
9696

9797
release:
98-
name: release
9998
if: ${{ github.ref == 'refs/heads/main' }}
10099
needs:
101100
- docs
@@ -104,7 +103,5 @@ jobs:
104103
runs-on: ubuntu-latest
105104
steps:
106105
- uses: googleapis/release-please-action@v4
107-
id: release
108106
with:
109-
token: ${{ secrets.GITHUB_TOKEN }}
110107
release-type: simple

0 commit comments

Comments
 (0)