这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: blendfactory/cli-info

Tags

cli_info_builder-1.0.1

Toggle cli_info_builder-1.0.1's commit message

cli_info-1.0.0

Toggle cli_info-1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
blendthink blendthink
feat: add GitHub Actions workflow for publishing to pub.dev

- Introduce a new GitHub Actions workflow named 'Publish to pub.dev'
- Trigger the workflow manually via `workflow_dispatch`
- Set permissions for the ID token to `write`
- Use Ubuntu 22.04 as the runner environment with a 10-minute timeout
- Checkout the repository using a specific version of the `actions/checkout` action
- Setup the environment using a local action defined in `.github/actions/setup`
- Perform a dry run of package publishing with `melos publish --dry-run -y`
- Execute actual package publishing without the dry run option

cli_info_builder-1.0.0

Toggle cli_info_builder-1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
blendthink blendthink
feat: add GitHub Actions workflow for publishing to pub.dev

- Introduce a new GitHub Actions workflow named 'Publish to pub.dev'
- Trigger the workflow manually via `workflow_dispatch`
- Set permissions for the ID token to `write`
- Use Ubuntu 22.04 as the runner environment with a 10-minute timeout
- Checkout the repository using a specific version of the `actions/checkout` action
- Setup the environment using a local action defined in `.github/actions/setup`
- Perform a dry run of package publishing with `melos publish --dry-run -y`
- Execute actual package publishing without the dry run option