Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jun 7, 2024
1 parent 75888ab commit 284b00c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- time-picker
- tooltip
dry-run:
description: Dry-run
description: --dry-run
type: boolean
default: false

Expand All @@ -30,8 +30,8 @@ jobs:
ci_release:
uses: dsi-hug/action/.github/workflows/action.yml@v1
secrets:
NPM_TOKEN: ${{ secrets.DSI_HUG_NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.DSI_HUG_BOT_GITHUB_TOKEN }}
RELEASE_NPM_TOKEN: ${{ secrets.DSI_HUG_NPM_TOKEN }}
RELEASE_GITHUB_TOKEN: ${{ secrets.DSI_HUG_BOT_GITHUB_TOKEN }}
with:
working-directory: 'projects/${{ inputs.package }}'
dry-run: ${{ inputs.dry-run }}
Expand Down

0 comments on commit 284b00c

Please sign in to comment.