We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8df972 commit ec95243Copy full SHA for ec95243
1 file changed
.github/workflows/publish.yml
@@ -11,7 +11,6 @@ jobs:
11
- uses: actions/checkout@v2
12
with:
13
ref: ${{ github.event.release.tag_name }}
14
- fetch-depth: 0
15
- run: dotnet build --configuration Release
16
- name: pack
17
run: >
0 commit comments