File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
run : dart pub get
17
17
- name : Add version
18
18
run : |
19
- echo "\n\nversion: ${GITHUB_REF_NAME##v}" >> pubspec.yaml
19
+ echo -e "\n\nversion: ${GITHUB_REF_NAME##v}" >> pubspec.yaml
20
20
- name : Check Publish Warnings
21
21
run : dart pub publish --dry-run
22
22
- name : Publish
Original file line number Diff line number Diff line change 1
1
Apache License
2
2
Version 2.0, January 2004
3
- https ://www.apache.org/licenses/
3
+ http ://www.apache.org/licenses/
4
4
5
5
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
6
178
178
APPENDIX: How to apply the Apache License to your work.
179
179
180
180
To apply the Apache License to your work, attach the following
181
- boilerplate notice, with the fields enclosed by brackets "{} "
181
+ boilerplate notice, with the fields enclosed by brackets "[] "
182
182
replaced with your own identifying information. (Don't include
183
183
the brackets!) The text should be enclosed in the appropriate
184
184
comment syntax for the file format. We also recommend that a
192
192
you may not use this file except in compliance with the License.
193
193
You may obtain a copy of the License at
194
194
195
- https ://www.apache.org/licenses/LICENSE-2.0
195
+ http ://www.apache.org/licenses/LICENSE-2.0
196
196
197
197
Unless required by applicable law or agreed to in writing, software
198
198
distributed under the License is distributed on an "AS IS" BASIS,
Original file line number Diff line number Diff line change 1
1
name : nitric_sdk
2
- description : A Dart SDK for creating Nitric applications
3
- repository : https://github.com/nitrictech/dart_sdk
2
+ description : The Dart SDK supports the use of the Nitric framework with Dart and Flutter.
3
+ repository : https://github.com/nitrictech/dart-sdk
4
4
5
5
environment :
6
6
sdk : ^3.2.4
You can’t perform that action at this time.
0 commit comments