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
if: github.event_name != 'workflow_dispatch' # only run on master merges
30
-
env:
31
-
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
32
-
with:
33
-
publish: yarn release
34
-
commit: 'build(i18nify): update version'
35
-
title: 'build(i18nify): update version'
36
25
- name: Publish to public npm registry
37
-
if: steps.changesets.outputs.published == 'true' || github.event_name == 'workflow_dispatch' # run when the package is published via changeset or if a release is triggered manually.
0 commit comments