Skip to content

Commit d20b960

Browse files
authored
Renamed GitHub tag for build
1 parent 4a2e627 commit d20b960

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
3333
# Flag to toggle pushing symbols along with nuget package to the server, disabled by default
3434
INCLUDE_SYMBOLS: true
35+
# Format of the git tag, [*] gets replaced with actual version
36+
TAG_FORMAT: build_*
3537
- name: Persist NuGet artifact
3638
uses: actions/upload-artifact@v1
3739
if: ${{steps.publishNuGet.outputs.PACKAGE_NAME != ''}}

0 commit comments

Comments
 (0)