mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-04-23 14:49:37 +00:00
Compare commits
2 commits
f569041ab3
...
b0ea9e14d2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0ea9e14d2 | ||
|
|
de7c3359f7 |
2 changed files with 3 additions and 3 deletions
4
.github/workflows/prepare-release.yaml
vendored
4
.github/workflows/prepare-release.yaml
vendored
|
|
@ -27,8 +27,8 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
# Use a PAT if pushing to protected branches is restricted for GITHUB_TOKEN
|
# Use a PAT if pushing to protected branches is restricted for GITHUB_TOKEN
|
||||||
# token: ${{ secrets.PAT_TOKEN }} # Create PAT with repo scope
|
token: ${{ secrets.PAT_TOKEN }} # Create PAT with repo scope
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
# token: ${{ secrets.GITHUB_TOKEN }} # this does not trigger other workflows
|
||||||
|
|
||||||
# Setup Flutter/Dart environment needed to run dart pub global activate
|
# Setup Flutter/Dart environment needed to run dart pub global activate
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
# In Windows, build-name is used as the major, minor, and patch parts
|
# In Windows, build-name is used as the major, minor, and patch parts
|
||||||
# of the product and file versions while build-number is used as the build suffix.
|
# of the product and file versions while build-number is used as the build suffix.
|
||||||
version: 0.0.16+7
|
version: 0.0.17+8
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.3.4 <4.0.0"
|
sdk: ">=3.3.4 <4.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue