Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CD to pub.dev #6

Open
guyluz11 opened this issue May 1, 2024 · 2 comments
Open

CD to pub.dev #6

guyluz11 opened this issue May 1, 2024 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@guyluz11
Copy link
Member

guyluz11 commented May 1, 2024

To do CD from this repo to pub.dev we need to create a release for each new version and add the version as a tag to it

https://dart.dev/tools/pub/automated-publishing#configuring-automated-publishing-from-github-actions-on-pub-dev

https://stackoverflow.com/questions/18216991/create-a-tag-in-a-github-repository

@guyluz11
Copy link
Member Author

Gitting error in the process, all log can be found in the git action


82 checked-in files are ignored by a `.gitignore`.
  Previous versions of Pub would include those in the published package.
  
  Consider adjusting your `.gitignore` files to not ignore those files, and if you do not wish to
  publish these files use `.pubignore`. See also dart.dev/go/pubignore
  
  Files that are checked in while gitignored:
  
  example/.gitignore
  example/.metadata
  example/README.md
  example/analysis_options.yaml
  example/android/.gitignore
  example/android/app/build.gradle
  example/android/app/src/debug/AndroidManifest.xml
  example/android/app/src/main/AndroidManifest.xml
  example/android/app/src/main/java/com/harnesher/tizen/tizen/MainActivity.java
  example/android/app/src/main/res/drawable-v21/launch_background.xml
  ...
  
Package has 1 warning.
The server may enforce additional checks.
Error: Process completed with exit code 65.

@guyluz11 guyluz11 added the help wanted Extra attention is needed label Nov 22, 2024
@guyluz11
Copy link
Member Author

I have fixed the flutter required part but the tag does not start a GitHub action build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant