/package-version

📦 A GitHub Action to extract package version from package.json to an environment variable

Primary LanguageTypeScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

📦 package-version

An Action to extract package version from package.json and export it to an environment variable

📖 Docs (kind of)

- uses: nyaa8/package-version@v1
  with:
    path: 'uwu/package.json' # Optional
    follow-symlinks: 'false' # Optional

And then you can use ${{ env.PACKAGE_VERSION }} 🎉

Thank you for reading this 🙇🏼‍♀️

Made using heavily modified actions/typescript-action template