Skip to content

Commit

Permalink
feat: new version storybook 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
raul melo authored and raul melo committed Dec 1, 2023
1 parent 1ad22ec commit e1b9fc1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- name: Use Node.js 16.x
uses: actions/setup-node@v3
- name: Use Node.js 15.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 15.x

- name: Install dependencies
run: npm install --ignore-scripts
uses: bahmutov/npm-install@v1

- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm run release
npm run release

0 comments on commit e1b9fc1

Please sign in to comment.