You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, to skip your "publish" step on a fork, you could do something like this:
- name: Publish to NPMif: github.repository == 'MyOrg/MyRepo' # <--- Only run this step on your main repouses: JS-DevTools/npm-publish@v1with:
token: ${{ secrets.NPM_TOKEN }}
Dont run publish script if repository its fork
The text was updated successfully, but these errors were encountered: