mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-06-25 17:11:55 +08:00
Merge pull request #149 from rive-app/constraints
Adding git config to publish workflow.
This commit is contained in:
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@ -34,6 +34,10 @@ jobs:
|
|||||||
"expiration": 1624388694898
|
"expiration": 1624388694898
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
- name: Git config
|
||||||
|
run: |
|
||||||
|
git config --local user.email 'hello@rive.app'
|
||||||
|
git config --local user.name ${{ github.actor }}
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: ./release.sh
|
run: ./release.sh
|
||||||
working-directory: ./.github/scripts/release
|
working-directory: ./.github/scripts/release
|
||||||
|
Reference in New Issue
Block a user