Skip to content

Commit fc3638a

Browse files
committed
fix(workflow): update release step for develop branch to remove dry run
1 parent fa534a0 commit fc3638a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35-
- name: Release dry run (develop)
35+
- name: Release (develop)
3636
if: github.ref_name == 'develop'
37-
run: pnpm release --dry-run
37+
run: pnpm release
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![npm](https://img.shields.io/npm/v/@smakss/react-scroll-direction)
44
![NPM](https://img.shields.io/npm/l/@smakss/react-scroll-direction)
55
![npm](https://img.shields.io/npm/dt/@smakss/react-scroll-direction)
6-
![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/@smakss/react-scroll-direction)
6+
![install size](https://img.shields.io/packagephobia/install/@smakss/react-scroll-direction)
77

88
`@smakss/react-scroll-direction` is a versatile, lightweight React hook that not
99
only detects the scroll direction but also provides the scroll position in your

0 commit comments

Comments
 (0)