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
echo "::warning file=package.json,line=1::Version v$package_version already exists - no release will be created. If you want to create a new release, please update the version in package.json and push again."
34
+
echo "skipped=true" >> $GITHUB_OUTPUT
35
+
else
36
+
echo "Version v$package_version does not exist. Creating release..."
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ COMMANDS
102
102
103
103
You can also get some help anytime by adding `--help` to any command. Example: `bump deploy --help`.
104
104
105
-
## Prepare your Bump.sh account
105
+
###Prepare your Bump.sh account
106
106
107
107
While some commands don't need any API token (`preview` or `diff`) you will need an access key if you want to interact with your Bump.sh documentation.
0 commit comments