Skip to content

Commit

Permalink
(chore): fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Uvi <[email protected]>
  • Loading branch information
Josh-Uvi committed Dec 19, 2024
1 parent 33ecfd4 commit 61dd20e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
- run: npm run test
- run: npm run cleanup
- run: npm run build
# - name: Bump Package Version
# run: npm run bumpVersion
- name: Get new Version
id: newVersion
run: |
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,8 @@ The package includes Jest tests for all functions. To run tests:
> [!IMPORTANT]
> It is **mandatory** to run the above command to trigger a new release of the package from the CI.
4. Push to your fork:
4. Push changes:

```bash
git push --tags #push tag created from the bump command
git push origin main
git push origin && git push --follow-tags
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "tsc",
"test": "jest",
"cleanup": "rimraf dist",
"bumpVersion": "npm version patch"
"bumpVersion": "npm --no-git-tag-version version patch"
},
"keywords": [
"NewsAPI",
Expand Down

0 comments on commit 61dd20e

Please sign in to comment.