We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be34e4 commit e70a471Copy full SHA for e70a471
1 file changed
.github/workflows/create_version.yml
@@ -10,11 +10,13 @@ jobs:
10
monthly_release:
11
runs-on: ubuntu-latest
12
steps:
13
+ #checkout main branch
14
- name: Checkout code
15
uses: actions/checkout@v6
16
with:
17
token: ${{ secrets.T8DDY_TOKEN }}
18
fetch-depth: 0
19
+ ref: main
20
#create a new branch for the new version tag
21
- name: Create version tag
22
run: |
0 commit comments