Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Sep 17, 2023
1 parent cb79e92 commit fa32363
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@ jobs:
node-version: "latest"
registry-url: https://registry.npmjs.org

# - name: Setup bun
# uses: oven-sh/setup-bun@v1
- name: Setup bun
uses: oven-sh/setup-bun@v1

- name: Install package dependencies
run: npm install
run: bun install

- name: Release
run: |
git config --local user.email "[email protected]"
git config --local user.name "Pouya Saadeghi"
npm run release${{ github.event.inputs.release-type }}
bun run release${{ github.event.inputs.release-type }}
- name: build package
run: npm run build
run: bun run build

- name: get-npm-version
id: package-version
Expand Down

0 comments on commit fa32363

Please sign in to comment.