Skip to content

Commit

Permalink
chore: organization scoped package
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianescutia committed Jan 7, 2025
1 parent 99b6002 commit a275718
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
- name: Bump version
run: |
npm version patch -m "chore: bump version to %s [skip ci]"
git push
git push --tags
# - name: Bump version
# run: |
# npm version patch -m "chore: bump version to %s [skip ci]"
# git push
# git push --tags

- name: Publish to npm
run: npm publish --access public
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mcp-server",
"version": "0.1.1",
"name": "@la-rebelion/mcp-server",
"version": "0.1.2",
"description": "A Model Context Protocol Server facade to simplify the implementation of agents",
"type": "module",
"author": {
Expand Down

0 comments on commit a275718

Please sign in to comment.