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.
2 parents 5e88d35 + a2f2ce0 commit f11be96Copy full SHA for f11be96
.github/workflows/build.yml
@@ -99,6 +99,13 @@ jobs:
99
with:
100
submodules: recursive
101
102
+ - name: Login to GitHub Container Registry
103
+ uses: docker/login-action@v2
104
+ with:
105
+ registry: ghcr.io
106
+ username: ${{ github.repository_owner }}
107
+ password: ${{ secrets.GITHUB_TOKEN }}
108
+
109
- name: Build
110
uses: devcontainers/[email protected]
111
changelog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v3.6 (Upcoming)
+## v3.6: Easy Mode
4
Fixed that `save_options.sdkmod` wasn't actually being included in the release zip. Whoops.
5
6
### Legacy Compat v1.5
pick_release_name.py
@@ -377,6 +377,7 @@
377
"Naught",
378
"Luck Cannon",
379
"Slagga",
380
+ "Easy Mode",
381
]
382
383
0 commit comments