Skip to content

Commit

Permalink
Setup Github CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
xclud committed Oct 20, 2022
1 parent dce6e9a commit 0c6b76c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/publish_pubdev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish to Pub.dev

on: push

jobs:
publishing:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v2 # required!

- name: 'map'
uses: k-paxian/dart-package-publisher@master
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.3.4]

* Setup Github CI.
* Adds donation notes to README.md

## [1.3.3]

* Polyline offset field implemented.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: map
description: Lightweight Map widget for flutter supporting different projections including EPSG4326/Mercator/WGS1984.
version: 1.3.3
version: 1.3.4
homepage: https://pwa.ir
repository: https://github.com/xclud/flutter_map

Expand Down

0 comments on commit 0c6b76c

Please sign in to comment.