Skip to content

Commit

Permalink
Merge pull request #27 from storybookjs/fix-releases
Browse files Browse the repository at this point in the history
Fix permissions auto
  • Loading branch information
cdedreuille authored Mar 7, 2024
2 parents 5c6d62a + 1274e42 commit 5f43307
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# Ensure that git uses your token with admin access to the repo
token: ${{ secrets.GITHUB_TOKEN }}

- name: Prepare repository
# Fetch full git history and tags
run: git fetch --unshallow --tags

- name: Setup pnpm
Expand Down

0 comments on commit 5f43307

Please sign in to comment.