Skip to content

Commit 3a630fe

Browse files
authored
Merge pull request #3 from fulll/chore-release-v1.0.2
chore release v1.0.2
2 parents 75e23d7 + 5f3c596 commit 3a630fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
mv -v "$src" "dist/${{ matrix.artifact }}"
6767
6868
- name: Upload artifact
69-
uses: actions/upload-artifact@v7
69+
uses: actions/upload-artifact@v6
7070
with:
7171
name: ${{ matrix.artifact }}
7272
path: dist/${{ matrix.artifact }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-code-search",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Interactive GitHub code search with per-repo aggregation",
55
"license": "MIT",
66
"author": "fulll",

0 commit comments

Comments
 (0)