Skip to content

Commit

Permalink
Correct tagname
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensWe committed Sep 5, 2024
1 parent 4758bd6 commit f226515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- run: npm install --prefix frontend
- run: npm run build --prefix frontend
- run: npm run prepub --prefix frontend
- run: npm publish ./frontend/dist --access=public --tag "ai-act-decision-tree@${{ github.event.release.tag_name }}"
- run: npm publish ./frontend/dist --access=public --tag "${{ github.event.release.tag_name }}"
env:
NODE_AUTH_TOKEN: ${{secrets.NPMJS_ACCESS_TOKEN}}

0 comments on commit f226515

Please sign in to comment.