mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-08-06 16:40:27 +08:00
Removing automatic pub.
This commit is contained in:
9
.github/workflows/publish.yaml
vendored
9
.github/workflows/publish.yaml
vendored
@ -22,12 +22,6 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
working-directory: ./.github/scripts/release
|
working-directory: ./.github/scripts/release
|
||||||
- name: Setup pub.dev credentials
|
|
||||||
run: |
|
|
||||||
mkdir -p ~/.pub-cache
|
|
||||||
cat <<EOF > ~/.pub-cache/credentials.json
|
|
||||||
${{ secrets.PUB_DEV_CREDENTIALS }}
|
|
||||||
EOF
|
|
||||||
- name: Git config
|
- name: Git config
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email 'hello@rive.app'
|
git config --local user.email 'hello@rive.app'
|
||||||
@ -38,6 +32,3 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_AUTHOR: ${{ github.actor }}
|
GITHUB_AUTHOR: ${{ github.actor }}
|
||||||
GITHUB_TOKEN: ${{ secrets.RIVE_REPO_PAT }}
|
GITHUB_TOKEN: ${{ secrets.RIVE_REPO_PAT }}
|
||||||
- name: Publish
|
|
||||||
run: |
|
|
||||||
dart pub publish -f
|
|
||||||
|
Reference in New Issue
Block a user