Skip to content

Commit 6f1f357

Browse files
committed
ci: trigger workflows on version bump
1 parent 2fabf79 commit 6f1f357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RELEASE_NOTES="$(bash "$SCRIPTS_DIR/ReleaseNotes.sh")"
7373
tar -jcf "$EXPORT_PATH/$ASSET_BASE_NAME.zip" -C"$EXPORT_PATH" "$PRODUCT_NAME.app"
7474
tar -zcf "$EXPORT_PATH/$ASSET_BASE_NAME.tar.gz" -C"$EXPORT_PATH" "$PRODUCT_NAME.app"
7575
git add "$PROJECT_ROOT/Config.xcconfig"
76-
git commit -S -m "chore: bump version to $VERSION [skip ci]"
76+
git commit -S -m "chore: bump version to $VERSION"
7777
git push -q
7878
gh release create "$TAG_NAME" -t "$TAG_NAME" \
7979
--notes "$RELEASE_NOTES" \

0 commit comments

Comments
 (0)