Skip to content

Commit

Permalink
👷 Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
noraincode committed Mar 5, 2024
1 parent 2f609a0 commit 5c1c53e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build
run: pnpm build

- name: Git configuration
run: |
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand All @@ -44,11 +47,6 @@ jobs:
env:
RELEASE_TYPE: ${{ github.event.inputs.release-type }}

- name: Debug
run: |
echo "NEW_VERSION: $NEW_VERSION"
echo "RELEASE_TAG: $RELEASE_TAG"
# Update changelog unreleased section with new version
- name: Update changelog
uses: superfaceai/release-changelog-action@v2
Expand Down
10 changes: 10 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
examples/
node_modules/
.github/
.vscode/
lib/
.env
pnpm-lock.yaml
tsconfig.json
.npmignore
.gitignore

0 comments on commit 5c1c53e

Please sign in to comment.