Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
ci: remove major flag for initial 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rudxde committed Jul 8, 2022
1 parent 4fa794c commit e082a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: |
git config --global user.email "ci@example.com"
git config --global user.name "continuous integration"
- run: npm run version -- major --create-release github
- run: npm run version -- --create-release github
env:
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: cleanup node_modules
Expand Down

0 comments on commit e082a2c

Please sign in to comment.