Skip to content

Commit

Permalink
Merge pull request #14 from ryanaidilp/hotfix/0.3.3
Browse files Browse the repository at this point in the history
fix: fix issue with auto publish
  • Loading branch information
ryanaidilp authored Sep 14, 2023
2 parents 3df4e45 + eb37dc7 commit aa0876c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aa0876c

Please sign in to comment.