mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-08-06 00:21:17 +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
|
||||
run: npm ci
|
||||
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
|
||||
run: |
|
||||
git config --local user.email 'hello@rive.app'
|
||||
@ -38,6 +32,3 @@ jobs:
|
||||
env:
|
||||
GITHUB_AUTHOR: ${{ github.actor }}
|
||||
GITHUB_TOKEN: ${{ secrets.RIVE_REPO_PAT }}
|
||||
- name: Publish
|
||||
run: |
|
||||
dart pub publish -f
|
||||
|
Reference in New Issue
Block a user