Skip to content

Commit

Permalink
Create a real release and enable publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaines committed Oct 24, 2023
1 parent b611797 commit 4bc6982
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/viz-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "$RELEASE_NOTES" > "${{ runner.temp }}/notes.md"
gh release create $RELEASE_TAG --notes-file "${{ runner.temp }}/notes.md" --title "$RELEASE_TITLE" --draft packages/viz/lib/viz-standalone.js
# - run: npm install -g npm
#
# - run: npm publish --provenance --access public
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# working-directory: packages/viz
gh release create $RELEASE_TAG --notes-file "${{ runner.temp }}/notes.md" --title "$RELEASE_TITLE" packages/viz/lib/viz-standalone.js
- run: npm install -g npm

- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
working-directory: packages/viz

0 comments on commit 4bc6982

Please sign in to comment.