Skip to content

Commit

Permalink
ci: Activate lint and release
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Jul 4, 2024
1 parent aa200db commit cea6af9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 🐞

0 comments on commit cea6af9

Please sign in to comment.