Update buildRelease.yml

This commit is contained in:
Anthony Wang 2020-06-16 13:32:23 -05:00 committed by GitHub
parent 7c64e290c7
commit 01fb7a22e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,16 +37,6 @@ jobs:
echo ::set-env name=VERSION::$(cat ./VERSION)
echo ::set-env name=NAME::$(cat ./NAME)
rm ./NAME
- name: Commit files
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -m "[Auto] bump push after build" -a
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Create config script
env:
@ -80,6 +70,16 @@ jobs:
python ./builder.py isotope-mini-patches output="./isotope-minimal-patches.zip" >> ../output
echo "" >> ../output
- name: Commit files
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -m "[Auto] bump push after build" -a
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: pCYSl5EDgo/cat@master
id: release
with: