fix: Hx_DocFX_Git used a git token for cloning of a documentation (#82) #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Release: .NET / NuGet" | |
permissions: | |
contents: write | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- 'src/**' | |
- 'LICENSE' | |
- 'README.md' | |
jobs: | |
Release: | |
uses: Heleonix/workflows/.github/workflows/release-net-nuget.yml@main | |
secrets: inherit |