nojronatron / markdown-toc

VSCode Extension adds table of contents to an existing markdown file.
https://marketplace.visualstudio.com/items?itemName=jon-rumsey-dev.jr-markdowntoc-vscode
MIT License
1 stars 0 forks source link

Build, Publish, Release Workflow Updates Needed #28

Open nojronatron opened 2 months ago

nojronatron commented 2 months ago

Describe the bug

There are warnings in the current pre-release workflow that should be addressed:

To Reproduce

  1. Use workflow 'push-staging-packager.yml' at commit 18026f.
  2. View GitHub Action output when pushing to 'pub-pre-release' branch.

Expected behavior

Workflow installs latest, safest versions of dependencies during automated build, test, publish actions.

Screenshots

none.

Environment

Additional context

none.

nojronatron commented 2 months ago

Use vsce package --no-update-package-json {m.n.b} to prep Release version of package for manual uploads.