Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sameerank committed Nov 20, 2023
1 parent be89ee8 commit 4b0365d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Publish to NPM
on:
release:
types: [published]
pull_request: # Remove before merge
paths:
- '**/*'

jobs:
publish:
Expand All @@ -18,7 +15,7 @@ jobs:
- run: yarn test
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_CI_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}
access: public
- name: Upload npm debug log
if: failure() # This step will run only if the previous steps failed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eppo/js-client-sdk-common",
"version": "1.8.0-alpha",
"version": "1.8.0",
"description": "Eppo SDK for client-side JavaScript applications (base for both web and react native)",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 4b0365d

Please sign in to comment.