-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
97b992c
commit c2ec8f9
Showing
4 changed files
with
37 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
# name: Publish to pub.dev | ||
name: Publish to pub.dev | ||
|
||
# on: | ||
# push: | ||
# tags: | ||
# - 'v[0-9]+.[0-9]+.[0-9]+*' | ||
on: | ||
push: | ||
tags: | ||
- 'v[0-9]+.[0-9]+.[0-9]+*' | ||
|
||
# jobs: | ||
# publish: | ||
# runs-on: ubuntu-latest | ||
# permissions: | ||
# id-token: write # Required for authentication using GitHub-signed OIDC token | ||
# steps: | ||
# - uses: actions/checkout@v3 | ||
# - uses: dart-lang/setup-dart@v1 | ||
# with: | ||
# sdk: '3.0.6' | ||
# - uses: flutter-actions/setup-flutter@v2 | ||
# with: | ||
# version: '3.10.6' | ||
# channel: 'stable' | ||
# cache: true | ||
# cache-key: flutter # optional, change this to force refresh cache | ||
# cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path | ||
# - name: Install dependencies | ||
# run: flutter pub get | ||
# - name: Publish | ||
# uses: sakebook/[email protected] | ||
# with: | ||
# credential: ${{ secrets.CREDENTIAL_JSON }} | ||
# flutter_package: true | ||
# skip_test: true | ||
# dry_run: false | ||
jobs: | ||
publish: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
id-token: write # Required for authentication using GitHub-signed OIDC token | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: dart-lang/setup-dart@v1 | ||
with: | ||
sdk: '3.0.6' | ||
- uses: flutter-actions/setup-flutter@v2 | ||
with: | ||
version: '3.10.6' | ||
channel: 'stable' | ||
cache: true | ||
cache-key: flutter # optional, change this to force refresh cache | ||
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path | ||
- name: Install dependencies | ||
run: flutter pub get | ||
- name: Publish | ||
uses: sakebook/[email protected] | ||
with: | ||
credential: ${{ secrets.CREDENTIAL_JSON }} | ||
flutter_package: true | ||
skip_test: true | ||
dry_run: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## Version 1.0.0 | ||
|
||
- Change public interface to match js sdk | ||
|
||
## Version 0.1.2 | ||
|
||
- Re-release without auto release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters