Skip to content

Commit

Permalink
ci: remove version bump from publish workflow
Browse files Browse the repository at this point in the history
Version bumping trigger is removed from publish.yaml because release-please is now handling it automatically.
  • Loading branch information
alperensert committed Apr 17, 2024
1 parent 6236065 commit a706b30
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: install packages via yarn
run: yarn

- name: Bump version to v${{ github.ref_name }}
run: npm version ${{ github.ref_name }} --git-tag-version false --allow-same-version

- name: Build package
run: yarn build

Expand Down

0 comments on commit a706b30

Please sign in to comment.