Skip to content

Commit

Permalink
Merge branch 'next-release' into fix/select
Browse files Browse the repository at this point in the history
  • Loading branch information
jamcry committed Mar 26, 2024
2 parents a8e83a8 + 97d2d26 commit d0fce58
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches: # only trigger when a commit was pushed to main
- main

permissions:
# this is required to create a release
contents: read

jobs:
publish:
runs-on: ubuntu-latest
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ on:

concurrency: preview-${{ github.ref }}

permissions:
# allow the action to push storybook build to the gh-pages branch
contents: write
# allow the action to add a comment to the PR
pull-requests: write

jobs:
deploy-preview:
runs-on: ubuntu-latest
Expand All @@ -21,7 +27,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.0.0

- name: Install dependencies and build storybook
run: |
Expand Down

0 comments on commit d0fce58

Please sign in to comment.