Skip to content
Snippets Groups Projects
Commit fc62cdaa authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Merge branch '24-publish-to-private-packages-repository' into 'master'

Resolve "Publish to private packages repository"

Closes #24

See merge request !20
parents 602610d8 35de03a5
No related branches found
No related tags found
1 merge request!20Resolve "Publish to private packages repository"
Pipeline #7498 canceled
......@@ -50,5 +50,9 @@ application:release:
else
git tag -a "${TAG_NAME}" -m "Release ${VERSION_NAME}"
git push origin "${TAG_NAME}"
flutter clean
flutter packages get
echo "${PRIVATE_PACKAGES_REPOSITORY_KEY}" | flutter pub token add https://pub.harrault.fr
flutter pub publish --force
curl --silent -d "{\"token\": \"${JABBER_NOTIFICATION_TOKEN}\", \"message\": \"New tag for ${CI_PROJECT_PATH}: ${TAG_NAME}\"}" -H "Content-Type: application/json" -X POST ${JABBER_NOTIFICATION_URL}
fi
## 1.0.0
- Publish package to private repository https://pub.harrault.fr
## 0.9.1
- Default use Column instead of ListView in parameters list to avoid update issue
......
name: flutter_custom_toolbox
description: "Flutter custom toolbox for org.benoitharrault.* projects."
publish_to: "none"
publish_to: https://pub.harrault.fr/
version: 0.9.1
version: 1.0.0
homepage: https://git.harrault.fr/android/flutter-toolbox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment