Skip to content

Instantly share code, notes, and snippets.

@monry
Created February 19, 2020 05:51
Show Gist options
  • Save monry/95321b04c35c9c5cfdef70bc50029156 to your computer and use it in GitHub Desktop.
Save monry/95321b04c35c9c5cfdef70bc50029156 to your computer and use it in GitHub Desktop.
GitHub Actions Workflow / Publish Unity Package to UPM Registry
name: Publish UPM Package
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: monry/actions-upm-publish@v1
with:
npm_auth_token: ${{ secrets.NPM_AUTH_TOKEN }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment