actions-flutter-pub-publisher icon indicating copy to clipboard operation
actions-flutter-pub-publisher copied to clipboard

This action publishing the Flutter plugin.

Results 9 actions-flutter-pub-publisher issues
Sort by recently updated
recently updated
newest added

ref: https://github.com/sakebook/actions-flutter-pub-publisher/pull/34#discussion_r917422070

Hi I have the YML like this: ```yaml - name: Publish uses: sakebook/[email protected] with: credential: ${{ secrets.PUBSPEC_CREDENTIAL_JSON }} flutter_package: false skip_test: true dry_run: true ``` And when I try to...

When we run dry run on forks, it always checks credentials on the forked repo, which causes checks to fail since the forked repo typically does not have a secret...

For my package [adwaita](), 'm hit by this error: ``` Publishing adwaita 0.0.4 to https://pub.dartlang.org: |-- CHANGELOG.md |-- LICENSE |-- README.md |-- analysis_options.yaml |-- credentials.json |-- example | |-- README.md...

Hi. I'm using this action in the [fl_chart](https://pub.dev/packages/fl_chart) package. I wanted to use [docs.page](https://docs.page). I added the `docs` directory at the root of my repository. But it failed because there...

Fixes #22 Check for expired tokens before run.

If your credential was expired, Actions never finish.

I am not sure why the crendicial file path is using MacOS config, as the the action is running on ubuntu.