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 c0910b9 commit dc969a6Copy full SHA for dc969a6
.github/workflows/create-release.yml
@@ -29,6 +29,8 @@ jobs:
29
contents: "write"
30
steps:
31
- uses: "actions/download-artifact@v6"
32
+ with:
33
+ name: artifact # Create an artifact/ directory
34
- name: "create release"
35
run: "gh release create --generate-notes --repo ${{ github.repository }} ${{ github.ref_name }} artifact/*"
36
env:
CHANGES.md
@@ -6,6 +6,11 @@
6
- Summary:
7
- To be determined
8
9
+## Version: 0.8.45
10
+
11
+- Summary:
12
+ - Hard-code `artifact/` directory with `download-artifact`
13
14
## Version: 0.8.44
15
16
ciscoconfparse2/__about__.py
@@ -1 +1 @@
1
-__version__ = "0.8.44"
+__version__ = "0.8.45"
0 commit comments