Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RA341 committed Oct 1, 2024
1 parent 0ab0db9 commit 37cd581
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@ jobs:
with:
node-version: "lts/*"

- name: Create ci directory
run: mkdir ci

- name: install plugins
working-directory: ./ci
run: npm install @semantic-release/git @semantic-release/changelog -D
run: npm install --no-save @semantic-release/git @semantic-release/changelog -D

- name: Release
working-directory: ./ci
Expand All @@ -39,7 +35,7 @@ jobs:
run: |
cp ../.releaserc.json .releaserc.json
npx semantic-release
mv ./changelog.md ../changelog.md
mv ./CHANGELOG.md ../CHANGELOG.md
build-docker:
needs:
- tag-release
Expand Down

0 comments on commit 37cd581

Please sign in to comment.