Skip to content

Commit e70a471

Browse files
committed
checkout the main branch
1 parent 7be34e4 commit e70a471

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/create_version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ jobs:
1010
monthly_release:
1111
runs-on: ubuntu-latest
1212
steps:
13+
#checkout main branch
1314
- name: Checkout code
1415
uses: actions/checkout@v6
1516
with:
1617
token: ${{ secrets.T8DDY_TOKEN }}
1718
fetch-depth: 0
19+
ref: main
1820
#create a new branch for the new version tag
1921
- name: Create version tag
2022
run: |

0 commit comments

Comments
 (0)