Skip to content

Commit

Permalink
update tag action to 1.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiqan committed Sep 19, 2022
1 parent 21fedb6 commit d5af910
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: dotnet test ./src/FortniteReplayDecompressor.sln --no-build --configuration Release
- name: Get next version
id: versioning
uses: anothrNick/github-tag-action@1.40.0
uses: anothrNick/github-tag-action@1.46.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: patch
Expand Down Expand Up @@ -81,7 +81,7 @@ 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.40.0
uses: anothrNick/github-tag-action@1.46.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: patch
Expand Down
12 changes: 10 additions & 2 deletions src/FortniteReplayDecompressor.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FortniteReplayReader", "FortniteReplayReader\FortniteReplayReader.csproj", "{21EC486F-157C-483C-A49C-A2D2A56FED55}"
EndProject
Expand All @@ -23,6 +23,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OozSharp", "OozSharp\OozSha
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OozSharp.Test", "OozSharp.Test\OozSharp.Test.csproj", "{B7F2666C-82CE-4B32-BD2D-4F0F806AA8F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{223EF4B5-E42A-494D-BA0B-4E22E97ED281}"
ProjectSection(SolutionItems) = preProject
..\.github\workflows\build.yml = ..\.github\workflows\build.yml
..\CHANGELOG.md = ..\CHANGELOG.md
..\.github\workflows\publish.yml = ..\.github\workflows\publish.yml
..\README.md = ..\README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit d5af910

Please sign in to comment.