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 4489d05 commit 4161d7cCopy full SHA for 4161d7c
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/setup-dotnet@v3
21
with:
22
dotnet-version: 9.x
23
- - uses: docker/setup-buildx-action@v2
+ - uses: docker/setup-buildx-action@v3
24
- run: echo "PATCH=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
25
- run: echo "MINOR=${PATCH%.*}" >> $GITHUB_ENV
26
- run: echo "MAJOR=${MINOR%.*}" >> $GITHUB_ENV
0 commit comments