Skip to content

Commit e9f75d0

Browse files
authored
Add checkout to version_bump job in cicd.yml
1 parent c9cbd3f commit e9f75d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ jobs:
126126
github.event_name == 'release' && github.event.action == 'created'
127127
}}
128128
steps:
129+
- name: Check out repository code
130+
uses: actions/checkout@v4
131+
129132
- name: Release Reference or Tag Version
130133
env:
131134
VERSION: ${{github.event.release.tag_name}}

0 commit comments

Comments
 (0)