Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 4 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,8 @@ jobs:
GIT_COMMITTER_EMAIL: amplitude-sdk-bot@users.noreply.github.com
GEM_HOST_API_KEY: ${{secrets.GEM_HOST_API_KEY}}
run: |
npx \
-p lodash \
-p semantic-release@17 \
-p @semantic-release/changelog@5 \
-p @semantic-release/git@9 \
-p @google/semantic-release-replace-plugin@1.0 \
-p @semantic-release/exec@5 \
-p semantic-release-rubygem \
semantic-release --dry-run
npm ci
npm exec semantic-release -- --dry-run

- name: Semantic Release
if: ${{ github.event.inputs.dryRun == 'false'}}
Expand All @@ -64,12 +57,5 @@ jobs:
GIT_COMMITTER_EMAIL: amplitude-sdk-bot@users.noreply.github.com
GEM_HOST_API_KEY: ${{secrets.GEM_HOST_API_KEY}}
run: |
npx \
-p lodash \
-p semantic-release@17 \
-p @semantic-release/changelog@5 \
-p @semantic-release/git@9 \
-p @google/semantic-release-replace-plugin@1.0 \
-p @semantic-release/exec@5 \
-p semantic-release-rubygem \
semantic-release
npm ci
npm exec semantic-release
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
.idea/
*.iml
.DS_Store
node_modules/

# Used by dotenv library to load environment variables.
.env
Expand Down
Loading
Loading