We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5712179 commit 1b24364Copy full SHA for 1b24364
.github/workflows/nextrelease.yml
@@ -11,10 +11,7 @@ jobs:
11
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' && github.head_ref == 'nextrelease' }}
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
15
- with:
16
- fetch-depth: 0 # all branches and tags
17
- - uses: dropseed/nextrelease@v1
+ - uses: dropseed/nextrelease@v2
18
env:
19
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.DROPSEED_PYPI_TOKEN }}
20
with:
0 commit comments