Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed May 15, 2024
1 parent e575b57 commit 0dc6af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# NEXUSMODS #
###########################
publish-on-nexusmods:
if: false && startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
needs: [get-changelog, build-and-test]
uses: BUTR/workflows/.github/workflows/release-nexusmods.yml@master
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "game-mount-and-blade-ii-bannerlord-butr",
"version": "0.5.2",
"version": "0.5.3",
"description": "A Vortex extension for Mount and Blade II: Bannerlord mod management.",
"author": "BUTR Team & Black Tree Gaming Ltd.",
"license": "GPL-3.0+",
Expand Down

0 comments on commit 0dc6af7

Please sign in to comment.