Skip to content

Commit

Permalink
ci: removed changelog and github release from release stage
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray committed Oct 14, 2023
1 parent 17634c7 commit a4fdf4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main_test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_and_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 18
cache: 'pnpm'

- run: pnpm install
- run: pnpm install --no-frozen-lockfile

- run: pnpm build

Expand Down

0 comments on commit a4fdf4e

Please sign in to comment.