Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-krysiak committed Apr 27, 2020
1 parent 7fc3dca commit 8393a7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
- name: Generate Changelog
# this command extracts info about particular version from the changelog
run: |
awk -v ver={{${GITHUB_REF##*/}}} '
awk -v ver=${GITHUB_REF##*/} '
/^## Version / { if (p) { exit }; if ($3 == ver) { p=1; next} } p && NF
' CHANGELOG.md > changelog-message.txt
- name: Release
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Started since version 0.9.5

## Version v2.2.8-beta.5
## Version v2.2.8-beta.6

### Changed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin-bro",
"version": "2.2.8-beta.5",
"version": "2.2.8-beta.6",
"description": "Admin panel for apps written in node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 8393a7b

Please sign in to comment.