Skip to content

Commit

Permalink
fix: Github config debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Oct 27, 2023
1 parent 4641d1f commit 178f5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
npm_config_tag: ${{ env.NPM_DIST_TAG }} # <-- For main, this is `latest.` Otherwise, `next`, `next-major`, etc. See ./.releaserc for release branch config.
run: npx semantic-release --dry-run
- name: Build artifacts for PRs
if: github.event_name == 'pull_request'
# if: github.event_name == 'pull_request'
run: |
echo "GitHub Event Name '${{ github.event_name }}'"
npm run dist
Expand Down

0 comments on commit 178f5c3

Please sign in to comment.