Add top-padding for the Dialog Body to move closer to the React compo… #556
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release | |
on: | |
push: | |
branches-ignore: | |
- 'main' | |
- 'dependabot/**' | |
- 'changeset-release/**' | |
jobs: | |
release-canary: | |
name: npm | |
if: ${{ github.repository == 'primer/view_components' }} | |
uses: primer/.github/.github/workflows/[email protected] | |
with: | |
install: npm i | |
secrets: | |
gh_token: ${{ secrets.GITHUB_TOKEN }} | |
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }} |