diff options
author | Linnea Gräf <nea@nea.moe> | 2024-07-10 17:14:10 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-07-10 17:23:58 +0200 |
commit | 7a66705c73a14772601b5998af1cd9f23e1ee887 (patch) | |
tree | efad5b4aeb4fa86966e1f34b44baecf24de95270 /.github/workflows/publish-github-to-modrinth.yml | |
parent | 7e69b4944f5893862ac8d10d3081079d9b0fae35 (diff) | |
download | firmament-7a66705c73a14772601b5998af1cd9f23e1ee887.tar.gz firmament-7a66705c73a14772601b5998af1cd9f23e1ee887.tar.bz2 firmament-7a66705c73a14772601b5998af1cd9f23e1ee887.zip |
Attempt to make mc-publish recognize dependencies
[no changelog]
Diffstat (limited to '.github/workflows/publish-github-to-modrinth.yml')
-rw-r--r-- | .github/workflows/publish-github-to-modrinth.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/publish-github-to-modrinth.yml b/.github/workflows/publish-github-to-modrinth.yml index 24aee13..144c4bf 100644 --- a/.github/workflows/publish-github-to-modrinth.yml +++ b/.github/workflows/publish-github-to-modrinth.yml @@ -27,5 +27,4 @@ jobs: modrinth-token: ${{ secrets.MODRINTH_TOKEN }} files: "*.jar" loaders: fabric - game-versions: 1.20.6 version: ${{ github.event.release.tag_name }} |