Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 91b69d5

Browse files
authored
Use nextrelease v2
1 parent dbebffb commit 91b69d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/nextrelease.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ jobs:
1111
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' && github.head_ref == 'nextrelease' }}
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
with:
16-
fetch-depth: 0 # all branches and tags
17-
- uses: dropseed/nextrelease@v1
14+
- uses: dropseed/nextrelease@v2
1815
env:
1916
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.DROPSEED_PYPI_TOKEN }}
2017
with:

0 commit comments

Comments
 (0)