Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_screenutil
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
李卓原
2023-05-15 11:16:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1359f6474255d816049f2bf8461355266c4446ec
1359f647
1 parent
8787d63b
配置自动发布
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
.github/workflows/publish.yml
.github/workflows/publish.yml
0 → 100644
View file @
1359f64
# .github/workflows/publish.yml
name
:
Publish to pub.dev
on
:
push
:
tags
:
# must align with the tag-pattern configured on pub.dev, often just replace
# with [0-9]+.[0-9]+.[0-9]+*
-
'
v[0-9]+.[0-9]+.[0-9]+*'
# tag-pattern on pub.dev: 'v'
# If you prefer tags like '1.2.3', without the 'v' prefix, then use:
# - '[0-9]+.[0-9]+.[0-9]+*' # tag-pattern on pub.dev: ''
# If your repository contains multiple packages consider a pattern like:
# - 'my_package_name-v[0-9]+.[0-9]+.[0-9]+*'
# Publish using the reusable workflow from dart-lang.
jobs
:
publish
:
uses
:
dart-lang/setup-dart/.github/workflows/publish.yml@v1
# with:
# working-directory: path/to/package/within/repository
\ No newline at end of file
...
...
Please
register
or
login
to post a comment