Skip to content

Commit

Permalink
fix: add work job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-li-at-salesforce committed Jun 6, 2024
1 parent b8c10fa commit af6ef5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
release:
name: Release
needs: localNPMRegistry

runs-on: ubuntu-latest
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins:
- - '@semantic-release/changelog'
- changelogTitle: "# Changelog\n\nAll notable changes to this project will be documented in this file."
- - '@semantic-release/npm'
- npmPublish: false # skip push tarball to npmjs.com
# - npmPublish: false # skip push tarball to npmjs.com
- '@semantic-release/github'

debug: true
Expand Down

0 comments on commit af6ef5f

Please sign in to comment.