Skip to content

Commit

Permalink
fix(ci): update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed Aug 8, 2024
1 parent 26e26dc commit 4271e0d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v4

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

release:
name: release
if: ${{ github.ref == 'refs/heads/main' }}
needs:
- docs
Expand All @@ -104,7 +103,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple

0 comments on commit 4271e0d

Please sign in to comment.