Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 7732324

Browse files
authored
fix build
1 parent eed6451 commit 7732324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blob.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish build
33
on:
44
push:
55
branches:
6-
- master # Only publish when pushing to "main"
6+
- main # Only publish when pushing to "main"
77

88
jobs:
99
publish:
@@ -24,4 +24,4 @@ jobs:
2424
with:
2525
project: RykenSlimeCustomizer
2626
apiToken: ${{ secrets.BLOB_BUILDS_API_TOKEN }}
27-
releaseNotes: ${{ github.event.head_commit.message }}
27+
releaseNotes: ${{ github.event.head_commit.message }}

0 commit comments

Comments
 (0)