From cea6af9aac6dc8c6b952114f17354be16b822509 Mon Sep 17 00:00:00 2001 From: Mumtahin Farabi Date: Wed, 3 Jul 2024 22:57:22 -0400 Subject: [PATCH] ci: Activate lint and release --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 171fb87..1ae4dc2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,8 +33,8 @@ jobs: - name: 📂 Install Dependencies run: pnpm i - # - name: 🧐 Check Code Quality - # run: pnpm lint + - name: 🧐 Check Code Quality + run: pnpm lint # - name: 🎭 Install Playwright # run: pnpm i playwright http-server wait-on; npx playwright install --with-deps @@ -67,10 +67,10 @@ jobs: # SANITY_API_READ_TOKEN: ${{ secrets.SANITY_API_READ_TOKEN }} run: pnpm build - # - name: 🤖 Run Semantic Release - # env: - # GH_TOKEN: ${{ secrets.GH_TOKEN }} - # run: pnpm exec semantic-release + - name: 🤖 Run Semantic Release + env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} + run: pnpm exec semantic-release - name: 💰 Profit run: echo 🐞