Skip to content

Commit f93deed

Browse files
committed
Check out repo before pushing to changelog
1 parent 03e8e59 commit f93deed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717

1818
jobs:
1919
release:
20+
name: Create tag and release
2021
runs-on: ubuntu-latest
2122

2223
steps:
@@ -90,6 +91,9 @@ jobs:
9091
runs-on: ubuntu-latest
9192

9293
steps:
94+
- name: Checkout repo
95+
uses: actions/checkout@v4
96+
9397
- name: Extract release data
9498
id: release
9599
run: |

0 commit comments

Comments
 (0)