Skip to content

Commit c75895f

Browse files
Chore: Fix workflow
1 parent e3cf6dd commit c75895f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.changeset/lucky-lies-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"CreateColonies": patch
3+
---
4+
5+
chore: make an automatic mod release when a new release is made

.github/workflows/changelog.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ jobs:
3232
commit: Mod Release
3333
title: Mod Release
3434
publish: npx changeset publish
35+
createGithubReleases: false
3536
env:
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
GITHUB_TOKEN: ${{ secrets.CHANGESET_ACTION_TOKEN }}

0 commit comments

Comments
 (0)