Skip to content

Commit

Permalink
Workflow for building release files
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvisscher committed Jul 15, 2024
1 parent 8e0dfec commit 69fd02b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_dev_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
- name: List updated environment
run: |
echo micromamba env export --explicit -n environment >> ab_releases/dev/windows/win-environment-${{needs.check-release.outputs.latest}}.txt
git config --global user.email "[email protected]"
git config --global user.name "Github Action"
git add ab_releases/dev/windows/win-environment-${{needs.check-release.outputs.latest}}.txt
git commit -a -m "Updated windows spec to ${{needs.check-release.outputs.latest}}"
- name: Create pull request
Expand Down

0 comments on commit 69fd02b

Please sign in to comment.