Skip to content

Commit

Permalink
use github-tag-action 1.52.0 to disable pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiqan committed Oct 4, 2022
1 parent d5af910 commit 2ab7ec5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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

2 changes: 1 addition & 1 deletion mkdocs.yml
@@ -1,6 +1,6 @@
site_name: FortniteReplayDecompressor

pages:
nav:
- Home: index.md
- Introduction: introduction.md
- Overview: overview.md
Expand Down

0 comments on commit 2ab7ec5

Please sign in to comment.