Skip to content

Commit 98a996e

Browse files
authored
Merge pull request #27 from nipype/auto-conv
hopefully fixed up release.yaml
2 parents e98a547 + 9d2f917 commit 98a996e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20+
- name: Set up git user
21+
run: |
22+
git config --global user.name "github-actions[bot]"
23+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
24+
2025
- name: Prepare repository
2126
# Fetch full git history and tags
2227
run: git fetch --unshallow --tags
@@ -37,6 +42,9 @@ jobs:
3742
wget -O- "$auto_download_url" | gunzip > ~/auto
3843
chmod a+x ~/auto
3944
45+
- name: Create auto labels if they don't exist
46+
run: ~/auto create-labels
47+
4048
- name: Create release
4149
run: |
4250
~/auto shipit -vv

0 commit comments

Comments
 (0)