diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a2a1e571..09a3d3bd 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,12 +1,10 @@ -name: Pub.dev Publish +name: Publish to pub.dev on: push: tags: - - "*.*.*" + - "[0-9]+.[0-9]+.[0-9]+*" jobs: - build: - uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_pub_publish.yml@v1 - with: - pub_credentials: ${{ secrets.PUB_CREDENTIALS }} + publish: + uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 625030f0..c84d3276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.3.3+7 - 2023-09-15 + +### Fixed + +- issue with auto publish [#14](https://github.com/ryanaidilp/stadata_flutter_sdk/pull/14) + ## 0.3.2+6 - 2023-09-15 ### Fixed diff --git a/pubspec.yaml b/pubspec.yaml index 8a5accab..459b1f80 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: | Stadata Flutter SDK is a powerful toolkit that simplifies the integration of BPS (Badan Pusat Statistik) Statistics API into your Flutter applications. Fetch, analyze, and visualize statistical data effortlessly for a wide range of use cases, from data-driven decision-making to informative data visualization. homepage: https://pub.dev/packages/stadata_flutter_sdk repository: https://github.com/ryanaidilp/stadata_flutter_sdk -version: 0.3.2+6 +version: 0.3.3+7 # publish_to: none environment: