Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Oct 26, 2024
1 parent 55cb07a commit 06fde54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
release:
name: Release
needs: [info, build-modpack, build-server, build-multimc]
if: startsWith(github.ref, 'refs/tags/')
# if: startsWith(github.ref, 'refs/tags/')
uses: ./.github/workflows/release.yml
with:
project_name: ${{ needs.info.outputs.project_name }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ jobs:
${{ inputs.project_name }}-${{ inputs.project_version }}-curseforge.zip
${{ inputs.project_name }}-${{ inputs.project_version }}-serverpack.zip
${{ inputs.project_name }}-${{ inputs.project_version }}-multimc.zip
tag_name: ${{ inputs.project_version }}
tag_name: 4.5.3
# tag_name: ${{ inputs.project_version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 06fde54

Please sign in to comment.