Skip to content

Commit

Permalink
release v0.14.2
Browse files Browse the repository at this point in the history
Fixing what Github can't maintain
  • Loading branch information
adamdecaf committed Sep 11, 2024
1 parent 1cdef28 commit 9f4a027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
id: get_release_info
shell: bash
run: |
value=`cat release_url/release_url.txt`
value=`cat release_url.txt`
echo ::set-output name=upload_url::$value
env:
TAG_REF_NAME: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.14.1 (Released 2024-09-11)
## v0.14.2 (Released 2024-09-11)

IMPROVEMENTS

Expand Down

0 comments on commit 9f4a027

Please sign in to comment.