From 9cf9de96db145854927ac4621772b7161d38935c Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Thu, 8 Aug 2024 08:59:19 +0200 Subject: [PATCH] fix(ci): update (#188) --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa8ff0a..489a071 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -95,7 +95,6 @@ jobs: commit_author: "github-actions[bot] " release: - name: release if: ${{ github.ref == 'refs/heads/main' }} needs: - docs @@ -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