We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2e627 commit d20b960Copy full SHA for d20b960
1 file changed
.github/workflows/main.yml
@@ -32,6 +32,8 @@ jobs:
32
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
33
# Flag to toggle pushing symbols along with nuget package to the server, disabled by default
34
INCLUDE_SYMBOLS: true
35
+ # Format of the git tag, [*] gets replaced with actual version
36
+ TAG_FORMAT: build_*
37
- name: Persist NuGet artifact
38
uses: actions/upload-artifact@v1
39
if: ${{steps.publishNuGet.outputs.PACKAGE_NAME != ''}}
0 commit comments