We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ddf1f6 commit 89dc670Copy full SHA for 89dc670
.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.0.0
19
with:
20
- version: 0.13.3
+ version: 0.13.4
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.0.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