Skip to content

Commit fe6e593

Browse files
committed
fix: install actions/core to parse changelog
1 parent ca3db6d commit fe6e593

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
uses: actions/checkout@v3
2828
with:
2929
ref: ${{ needs.check.outputs.commit }}
30+
- name: Set up Node.js
31+
uses: actions/setup-node@v3
32+
with:
33+
node-version: '16'
34+
- run: npm install @actions/core
3035
- name: Parse Changelog # Exits if changelog not found
3136
id: changelog
3237
env:
@@ -58,7 +63,6 @@ jobs:
5863
uses: actions/setup-node@v3
5964
with:
6065
node-version: '16'
61-
registry-url: "https://registry.npmjs.org"
6266
- run: node --version
6367
- name: Install dependencies
6468
run: npm install

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UnderScript App Changelog
22

3-
## Version 1.5.1 (2023-03-18)
3+
## Version 1.5.2 (2023-03-18)
44
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.
55
1. Fixed the ability to login with new captcha
66
1. Download new app version automatically and notify when a download has started

0 commit comments

Comments
 (0)