Skip to content

Commit

Permalink
chore(ci): attempt to fix version bump logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven0351 committed Jun 25, 2024
1 parent bb7fbb0 commit a5348c3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@ jobs:
run: |
yarn install --immutable
yarn version $RELEASE_VERSION
env:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
- name: Push version bump commit
uses: EndBug/add-and-commit@v9
- name: Validate Publish Flow
run: |
yarn pack --dry-run
env:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
run: yarn pack --dry-run

0 comments on commit a5348c3

Please sign in to comment.