Skip to content

Commit

Permalink
add automatic deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBaumgart committed Aug 31, 2023
1 parent 375846c commit f37cb17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
# with:
# working-directory: path/to/package/within/repository
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

* fix formatting in polywidget.dart

## 0.0.5-0.0.6
## 0.0.5-0.0.7

* add automatic deployment
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_map_polywidget
description: flutter_map_polywidget is a flutter_map plugin for displaying any widget on the map.
version: 0.0.6
version: 0.0.7
homepage: https://github.com/TimBaumgart/flutter_map_polywidget

environment:
Expand Down

0 comments on commit f37cb17

Please sign in to comment.