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 00f2995 commit eb44968Copy full SHA for eb44968
.github/workflows/build-debug.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
timeout-minutes: 10
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
19
- run: dotnet build -c Debug
20
- run: dotnet test -c Debug --no-build
.github/workflows/build-release.yml
@@ -17,7 +17,7 @@ jobs:
21
22
# pack nuget
23
- run: dotnet build -c Release -p:Version=${{ inputs.tag }}
0 commit comments