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
name: Publish to any of NPM, Github, and Docker Hub
155
114
#this step has 2 goals, it is either identifying that there is changeset file created and then this action creates a PR with version bump that will trigger release - or if it sees there is no changeset, and there are versions changes in package.json files, it publish new versions to NPM is they are not there yet
156
115
uses: changesets/action@v1
157
116
id: release
158
117
with:
118
+
version: npm run bump:version
119
+
commit: "chore(release): release and bump versions of packages"
120
+
title: "chore(release): release and bump versions of packages"
0 commit comments