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 e3278cd commit e7225f7Copy full SHA for e7225f7
.github/workflows/create-release.yml
@@ -29,8 +29,8 @@ jobs:
29
contents: "write"
30
steps:
31
- uses: "actions/download-artifact@v6"
32
- path:
33
- name: "artifact" # Create an artifact/ directory
+ with:
+ path: "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,7 +6,7 @@
6
- Summary:
7
- To be determined
8
9
-## Version: 0.8.46
+## Version: 0.8.47
10
11
12
- Fix syntax
ciscoconfparse2/__about__.py
@@ -1 +1 @@
1
-__version__ = "0.8.46"
+__version__ = "0.8.47"
0 commit comments