Skip to content

Commit

Permalink
fix: install actions/core to parse changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
feildmaster committed Mar 19, 2023
1 parent ca3db6d commit fe6e593
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ needs.check.outputs.commit }}
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm install @actions/core
- name: Parse Changelog # Exits if changelog not found
id: changelog
env:
Expand Down Expand Up @@ -58,7 +63,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16'
registry-url: "https://registry.npmjs.org"
- run: node --version
- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UnderScript App Changelog

## Version 1.5.1 (2023-03-18)
## Version 1.5.2 (2023-03-18)
It's been 3 years since this app has needed an update, but the biggest thing is a bug fix thanks to script kiddies being naughty.
1. Fixed the ability to login with new captcha
1. Download new app version automatically and notify when a download has started
Expand Down

0 comments on commit fe6e593

Please sign in to comment.