Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed May 22, 2024
1 parent 6838b65 commit 2ecde49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ env:
CI: true
PNPM_CACHE_FOLDER: .pnpm-store

permissions:
contents: write

jobs:
version:
timeout-minutes: 15
Expand All @@ -33,8 +36,6 @@ jobs:
run: pnpm install
- name: create and publish versions
uses: changesets/action@v1
permissions:
contents: write
with:
commit: "chore: update versions"
title: "chore: update versions"
Expand Down

0 comments on commit 2ecde49

Please sign in to comment.