Skip to content

Commit

Permalink
v1.2.7: workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjoyment committed Nov 13, 2024
1 parent c3fa489 commit 8efb7c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org
- name: install dependencies
run: npm install
- name: build
run: npm run build # Assuming you have a "build" script defined in your package.json
- name: publish
run: npm publish --access public
env:
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": "@middleware.io/agent-apm-nextjs",
"version": "1.2.6",
"version": "1.2.7",
"description": "Agent APM for NextJs",
"main": "index.node.js",
"scripts": {
Expand Down

0 comments on commit 8efb7c8

Please sign in to comment.