From e503568ee915561f2417a7024e526b7152d436b8 Mon Sep 17 00:00:00 2001 From: Tim Baumgart Date: Thu, 31 Aug 2023 19:07:55 +0200 Subject: [PATCH] disable automatic deployment as it does not work yet (https://github.com/dart-lang/setup-dart/issues/68) --- .github/workflows/publish.yml | 51 ++++++++++------------------------- CHANGELOG.md | 7 ++++- pubspec.yaml | 2 +- 3 files changed, 21 insertions(+), 39 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a4df226..1c9fdbb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,37 +1,14 @@ -name: Publish to pub.dev - -on: - push: - tags: - - '[0-9]+.[0-9]+.[0-9]+*' - -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 - - - name: 'Publish to pub.dev' - environment: ${{ inputs.environment }} - permissions: - id-token: write # This is required for requesting the JWT - runs-on: ubuntu-latest - steps: - # Checkout repository - - uses: actions/checkout@v3 - # Setup Dart SDK with JWT token - - uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f - # Minimal package setup and dry run checks. - - name: Install dependencies - run: flutter pub get - working-directory: ${{ inputs.working-directory }} - - name: Publish - dry run - run: dart pub publish --dry-run - working-directory: ${{ inputs.working-directory }} - # Publishing... - - name: Publish to pub.dev - run: dart pub publish -f - working-directory: ${{ inputs.working-directory }} \ No newline at end of file +#name: Publish to pub.dev +# +#on: +# push: +# tags: +# - '[0-9]+.[0-9]+.[0-9]+*' +# +#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 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b79c222..212ea47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,4 +16,9 @@ ## 0.0.5-0.0.8 -* add automatic deployment \ No newline at end of file +* add automatic deployment + +## 0.0.9 + +* disable automatic deployment as it does not work + yet (https://github.com/dart-lang/setup-dart/issues/68) \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 74bce64..19539c2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.8 +version: 0.0.9 homepage: https://github.com/TimBaumgart/flutter_map_polywidget environment: