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 34485f4 commit 3d27d7bCopy full SHA for 3d27d7b
.github/workflows/build-action.yml
@@ -18,7 +18,6 @@ jobs:
18
uses: actions/setup-dotnet@v4
19
with:
20
dotnet-version: 7.0.x
21
- cache: true
22
- name: Restore dependencies
23
run: dotnet restore
24
- name: Build
.github/workflows/publish-action.yml
@@ -17,7 +17,6 @@ jobs:
17
dotnet-version: '7.0.x'
- name: get version
id: version
uses: notiz-dev/github-action-json-property@release
0 commit comments