Skip to content

Commit 4a9b231

Browse files
committed
ci: attempt to fix auto-trigger tag execution
1 parent 577cde1 commit 4a9b231

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/bumpversion.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
matrix:
1414
python-version: ['3.x']
1515
steps:
16-
- uses: actions/checkout@master
16+
- uses: actions/checkout@v2
17+
with:
18+
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
19+
fetch-depth: 0
1720
- name: Set up Python ${{ matrix.python-version }}
1821
uses: actions/setup-python@v1
1922
with:

0 commit comments

Comments
 (0)