Skip to content

Commit

Permalink
Solving errors in release.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Montse Ortega <[email protected]>
  • Loading branch information
ammont82 committed Nov 19, 2024
1 parent a2950ae commit 7c14b3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
-H "Content-Type: application/gzip" \
--data-binary @apps/agent/dist/agent-latest.tgz \
"${upload_url}?name=agent-latest.tgz"
publish-to-npm:
publish-to-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -89,7 +89,5 @@ publish-to-npm:
corepack prepare [email protected] --activate
- name: Publish to NPM
run: npm ci
run: npm run build
run: npm publish

0 comments on commit 7c14b3b

Please sign in to comment.