We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Automatically Publish to npm using GitHub Actions
name: Publish on: release: types: [published] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: node-version: 12 registry-url: https://registry.npmjs.org/ - run: yarn install - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
The text was updated successfully, but these errors were encountered:
May be some difficulty creating org token, but we could probably created an "org user" that has access to the org and use their token,.
Possible to add to repo secrets or org secrets but maybe prefer org for future use cases
Sorry, something went wrong.
Updates this morning with @jmathias3
ads-vdh-user
ads-vdh
NPM_AUTH_TOKEN
sql-cli
covid-bot
No branches or pull requests
Learning GH Actions
Example
Automatically Publish to npm using GitHub Actions
The text was updated successfully, but these errors were encountered: