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 1d7edaa commit 3c5743eCopy full SHA for 3c5743e
.github/workflows/preview_release_pr.yml
@@ -17,7 +17,7 @@ jobs:
17
git config user.email github-actions@github.com
18
- uses: knope-dev/action@v2.1.0
19
with:
20
- version: 0.16.1
+ version: 0.16.2
21
- run: knope prepare-release --verbose
22
env:
23
GITHUB_TOKEN: ${{ secrets.PAT }}
.github/workflows/release-dry-run.yml
@@ -13,5 +13,5 @@ jobs:
13
- name: Install Knope
14
uses: knope-dev/action@v2.1.0
15
16
- run: knope prepare-release --dry-run
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
- name: Install Hatchling
24
run: pip install --upgrade hatchling
25
- name: Build
0 commit comments