Skip to content

Commit

Permalink
fix: role id for stable (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shebyyy authored Dec 3, 2024
1 parent 5965eba commit c063159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
elif [[ "${RELEASE_NAME}" == *beta ]]; then
ROLE_MENTION="<@&1313087262539518033>" # Use the actual Role ID for beta channel
else
ROLE_MENTION="<@&1234567>" # Use the default role ID
ROLE_MENTION="<@&1313346791479054456>" # Use the default role ID
fi
HEADER="${ROLE_MENTION}
Expand Down

0 comments on commit c063159

Please sign in to comment.