Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGravyBoat committed May 29, 2024
1 parent e0cfd98 commit bb51675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
github-token: ${{ secrets.TEAM_RESOURCEFUL_BOT }}

files: ./neoforge/build/libs/!(*-@(dev|sources|dev-shadow)).jar
name: "[NeoForge] Resourceful Lib ${{ steps.version.outputs.version }}"
name: "[NeoForge] Resourceful Lib Kt ${{ steps.version.outputs.version }}"
version: ${{ steps.version.outputs.version }}
changelog-file: changelog.md
loaders: neoforge
Expand All @@ -100,7 +100,7 @@ jobs:
github-token: ${{ secrets.TEAM_RESOURCEFUL_BOT }}

files: ./fabric/build/libs/!(*-@(dev|sources|dev-shadow)).jar
name: "[Fabric] Resourceful Lib ${{ steps.version.outputs.version }}"
name: "[Fabric] Resourceful Lib Kt ${{ steps.version.outputs.version }}"
version: ${{ steps.version.outputs.version }}
changelog-file: changelog.md
loaders: fabric
Expand Down

0 comments on commit bb51675

Please sign in to comment.