Skip to content

Commit

Permalink
chore(release): improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jun 17, 2024
1 parent 412f2ca commit 0018cda
Show file tree
Hide file tree
Showing 9 changed files with 724 additions and 12 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
ci_release:
uses: dsi-hug/action/.github/workflows/action.yml@v1
secrets:
RELEASE_NPM_TOKEN: ${{ secrets.DSI_HUG_NPM_TOKEN }}
RELEASE_GITHUB_TOKEN: ${{ secrets.DSI_HUG_BOT_GITHUB_TOKEN }}
GH_USER_NAME: 'dsi-hug-bot'
GH_USER_EMAIL: '[email protected]'
GH_TOKEN: ${{ secrets.DSI_HUG_BOT_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.DSI_HUG_NPM_TOKEN }}
with:
working-directory: 'projects/${{ inputs.package }}'
dry-run: ${{ inputs.dry-run }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci_test_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ jobs:
working-directory: projects/core
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
node-versions: '[18, 20]'

ci_test_numeric_stepper:
needs: ci_test_core
uses: ./.github/workflows/ci_test_numeric-stepper.yml
1 change: 1 addition & 0 deletions .github/workflows/ci_test_numeric-stepper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Test numeric-stepper

on:
workflow_dispatch:
workflow_call:
push:
branches:
- '**'
Expand Down
Loading

0 comments on commit 0018cda

Please sign in to comment.