-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: removed changelog and github release from release stage
- Loading branch information
1 parent
17634c7
commit a4fdf4e
Showing
2 changed files
with
1 addition
and
9 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,14 +54,6 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
- name: Install pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: 6.0.2 | ||
- name: install conventional-changelog-cli | ||
run: pnpm install -g conventional-changelog-cli | ||
- name: install conventional-github-release | ||
run: pnpm install -g conventional-github-releaser | ||
- id: install-secret-key | ||
name: Install gpg secret key | ||
run: cat <(echo -e "${{ secrets.PGP_SECRET_KEY }}") | gpg --batch --import | ||
|
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