Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Aug 1, 2021
1 parent 857b028 commit a656c0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/upload-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
f.write(text)
f.truncate()
shell: python
- name: Push changes
run: |
git config --global user.name github-actions
git config --global user.email [email protected]
git commit -a -m "Update buildVars"
git push origin HEAD:main
- name: Build add-on
run: scons
- name: Calculate sha256
Expand Down

0 comments on commit a656c0a

Please sign in to comment.