Skip to content

Commit

Permalink
ci(INFRAPRJ-6692): release lib package
Browse files Browse the repository at this point in the history
  • Loading branch information
dedsxc committed Aug 13, 2024
1 parent e8fa289 commit 50f33d0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Release storybook package

on:
push:
branches:
- INFRAPRJ-6692
# paths:
# - "lib/**"

jobs:
publish-gpr:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./lib/
permissions:
packages: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.CI_BOT_TOKEN }}

0 comments on commit 50f33d0

Please sign in to comment.