Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
laedit committed Jun 24, 2023
1 parent 8108110 commit 621f854
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
"en-US": $(echo "${release//### }" | jq -sR .)
}
}
}EOF
}
EOF
- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.11.0] - 2023-06-24
## [0.11.1] - 2023-06-24

### Added

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "New Tab - Moment",
"short_name": "new-tab-moment",
"version": "0.11.0",
"version": "0.11.1",
"description": "A minimalist clock on the new tab page showing the current time, date, and weather. Based on Moment from Alfred Xing.",
"author": "laedit",
"homepage_url": "https://github.com/laedit/new-tab-moment",
Expand Down

0 comments on commit 621f854

Please sign in to comment.