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 fa32363 commit 9254a3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
- name: Install package dependencies
run: bun install

- name: build package
run: bun run build

- name: Release
run: |
git config --local user.email "pouya.saadeghi@gmail.com"
git config --local user.name "Pouya Saadeghi"
bun run release${{ github.event.inputs.release-type }}
- name: build package
run: bun run build

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

0 comments on commit 9254a3b

Please sign in to comment.