Skip to content

Commit 2b5396c

Browse files
v1.1.35
1 parent 56a6238 commit 2b5396c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
os: [windows-latest]
14+
os: [windows-latest,ubuntu-latest]
1515
steps:
1616
- name: Check out Git repository
1717
uses: actions/checkout@v3
@@ -45,10 +45,10 @@ jobs:
4545
# A personal access token for the GitHub repository in which the release will be created and edited.
4646
# It is recommended to create the access token with the following scopes: `repo, user, admin:repo_hook`.
4747
repo_token: ${{ secrets.GITHUB_TOKEN }}
48-
file: dist/Git History Crawler Setup 1.1.34.exe
49-
asset_name: Git History Crawler v1.1.34.exe
48+
file: dist/Git History Crawler Setup 1.1.35.exe
49+
asset_name: Git History Crawler v1.1.35.exe
5050
tag: ${{ github.ref }}
5151
overwrite: true
52-
body: "Try git history with a nice UI"
52+
body: Try git history Crawler on ${{ matrix.os }}
5353

5454

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "githistorycrawler",
3-
"version": "1.1.34",
3+
"version": "1.1.35",
44
"private": true,
55
"author": "intruderia",
66
"description": "Git History Crawler",

0 commit comments

Comments
 (0)