Skip to content

Commit

Permalink
ci(action.yml): add shell option
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Apr 18, 2024
1 parent 520ef77 commit ead628c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,19 @@ runs:
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
shell: bash
env:
GITHUB_TOKEN: ${{ inputs.github-token }}

- name: NPM Registry Authentication
run: |
npm config set '//registry.npmjs.org/:_authToken' ${{ inputs.npm-token }}
shell: bash

- name: Bump Versions
run: pnpm version:ci
shell: bash

- name: Publish Packages
run: pnpm publish:ci
shell: bash

0 comments on commit ead628c

Please sign in to comment.