Skip to content

Commit

Permalink
Three places to update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvargas92495 committed Nov 2, 2024
1 parent b22bbb8 commit 9a9b720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-python-v2-codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run publish
working-directory: generators/python-v2/codegen
run: |
pnpm --filter=${{ env.PACKAGE_NAME }} dist 0.0.1
pnpm --filter=${{ env.PACKAGE_NAME }} dist 0.0.2
cd dist
echo "//registry.npmjs.org/:_authToken=${{ env.NPM_TOKEN }}" > ~/.npmrc
npm publish --access public
Expand Down
2 changes: 1 addition & 1 deletion generators/go-v2/dynamic-snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": {
"type": "git",
"url": "https://github.com/fern-api/fern.git",
"directory": "generators/go-v2/dynamic-snippets"
"dirwectory": "generators/go-v2/dynamic-snippets"
},
"files": [
"lib"
Expand Down

0 comments on commit 9a9b720

Please sign in to comment.