Skip to content

Commit

Permalink
[Badge Giver] Update v1.2.5.18
Browse files Browse the repository at this point in the history
*WARNING:
Please update to discord.js v14.15.2 to fix the discord vulnerability issue, thank you.

Update v1.2.5.18:
- Fixed the auto release update system doesn't provide start_windows.bat and start_linux.sh file once there's a new commit that updated one of the files (Sorry for not providing the files)
  • Loading branch information
ItzKeyYT committed May 27, 2024
1 parent 2bbd3ae commit 0878815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths:
- 'index.js'
- 'package.json'
- 'start_windows.bat'
- 'start_linux.sh'

jobs:
build:
Expand All @@ -31,7 +33,7 @@ jobs:

- name: Zip changed files
run: |
zip -r BadgeGiver-v${{ env.VERSION }}.zip index.js package.json package-lock.json
zip -r BadgeGiver-v${{ env.VERSION }}.zip index.js package.json start_windows.bat start_linux.sh
- name: Get commit message
id: get_commit_message
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"WARNING": "Do not change any values in this file, especially the version number as that will mess up detecting updates.",
"name": "badgegiver",
"version": "1.2.5.17",
"version": "1.2.5.18",
"description": "A way to claim the Active Developer badge on Discord without coding",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0878815

Please sign in to comment.