We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078906f commit 978b0ccCopy full SHA for 978b0cc
1 file changed
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
echo "::set-output name=jar_path::$JAR_FILE" #For compatibility with older github versions
45
46
- name: Create Release
47
- if: github.ref == 'refs/heads/main' # o la rama correcta
+ if: github.ref == 'refs/heads/neoforge_1.21.1' # o la rama correcta
48
uses: actions/create-release@v1
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -58,7 +58,7 @@ jobs:
58
prerelease: false
59
60
- name: Upload Release Asset
61
62
uses: actions/upload-release-asset@v1
63
64
0 commit comments