Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ltatarev committed Jul 27, 2024
1 parent fe8436a commit e15320b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-react-native-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Release React Native package
on:
release:
types: [created]
workflow_dispatch:

defaults:
run:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-react-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Release React package
on:
release:
types: [created]
workflow_dispatch:

defaults:
run:
Expand Down Expand Up @@ -30,7 +31,7 @@ jobs:
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm i
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit e15320b

Please sign in to comment.