diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dad2730..1df4fa0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,12 +32,13 @@ jobs: run: dotnet test ./src/FortniteReplayDecompressor.sln --no-build --configuration Release - name: Get next version id: versioning - uses: anothrNick/github-tag-action@1.46.0 + uses: anothrNick/github-tag-action@1.52.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: patch WITH_V: false DRY_RUN: true + PRERELEASE: false RELEASE_BRANCHES: master VERBOSE: true - name: Create PackageVersion @@ -81,10 +82,11 @@ jobs: run: dotnet nuget push ./src/FortniteReplayReader/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_TOKEN }} --no-symbols 1 - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.46.0 + uses: anothrNick/github-tag-action@1.52.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: patch WITH_V: false + PRERELEASE: false RELEASE_BRANCHES: master \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 791c4e6..4a9617f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: FortniteReplayDecompressor -pages: +nav: - Home: index.md - Introduction: introduction.md - Overview: overview.md