Skip to content

Commit e9aebb9

Browse files
committed
Fix release action
1 parent 881af7e commit e9aebb9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ jobs:
2121
- name: Release
2222
uses: softprops/action-gh-release@v1
2323
with:
24-
files: Release.txt
25-
file: eve-overview-*.zip
24+
files: eve-overview-*.zip

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.4.1 / 2022-01-18
4+
5+
- Fix release action.
6+
37
## 2.4.0 / 2022-01-18
48

59
- Add new types:

0 commit comments

Comments
 (0)