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.
2 parents 4cc7191 + 22d9ef1 commit 0bf68b4Copy full SHA for 0bf68b4
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
script: |
28
core.setFailed('Invalid tag')
29
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
30
- name: Create tag
31
run: |
32
git tag ${{ github.event.inputs.version }}
@@ -45,7 +45,7 @@ jobs:
45
env:
46
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
47
steps:
48
49
50
fetch-depth: 0
51
- uses: actions/setup-dotnet@v4
@@ -73,7 +73,7 @@ jobs:
73
needs: build
74
runs-on: ubuntu-latest
75
76
77
- uses: actions/download-artifact@v4
78
- name: Display structure of downloaded files
79
run: ls -R
0 commit comments