Skip to content

Commit 8e521da

Browse files
committed
ci: run actions/checkout when updating the release notes
1 parent 06b1810 commit 8e521da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,10 @@ jobs:
121121
runs-on: ubuntu-latest
122122
needs: test
123123
if: github.ref_type == 'tag'
124+
124125
steps:
126+
- uses: actions/checkout@v6
127+
125128
- name: Strip `v` from git tag and
126129
run: |
127130
TAG_VERSION=${{ github.ref_name }}

0 commit comments

Comments
 (0)