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 a6a80fb commit 62b2a1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check_dev_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
- name: List updated environment
run: |
micromamba env export --explicit -n environment > ab_releases/dev/windows/win-environment-${{needs.check-release.outputs.latest}}.txt
git add ab_releases/dev/windows/win-environment-${{needs.check-release.outputs.latest}}
- name: Create pull request
run: gh pr create -B base_branch -H branch_to_merge --title 'Merge branch_to_merge into base_branch' --body 'Created by Github action'
run: gh pr create -B main -H main --title 'Merge branch_to_merge into base_branch' --body 'Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 62b2a1e

Please sign in to comment.