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 77e9348 commit 5efd84aCopy full SHA for 5efd84a
README.md
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
- name: Setup Git for Windows' minimal SDK
16
- uses: git-for-windows/setup-git-for-windows-sdk@v0
+ uses: git-for-windows/setup-git-for-windows-sdk@v1
17
- name: Build
18
shell: bash
19
run: make
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "setup-git-for-windows-sdk",
3
- "version": "0.0.9",
+ "version": "1.0.0",
4
"private": true,
5
"description": "Set up an environment to develop Git for WindowsTypeScript template action",
6
"main": "lib/main.js",
0 commit comments