Skip to content

Commit

Permalink
ci(ci): workflow update, deleted build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeCht committed Oct 15, 2024
1 parent 1a2cbdd commit b78740a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 34 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/build.yml

This file was deleted.

20 changes: 15 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,24 @@ jobs:
outputs:
new_release_published: ${{ steps.semantic.outputs.new_release_published }}
steps:
- name: Configure Git
run: |
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git config --global user.name ${GITHUB_ACTOR}
shell: bash

- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
fetch-depth: 0
persist-credentials: false
- uses: ./.github/workflows/build
node-version: "20.x"

- name: Install Dependencies
run: npm ci

- name: Build
run: pnpm run build
- name: Build Project
run: npm run build

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
Expand Down

0 comments on commit b78740a

Please sign in to comment.