Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
laedit committed Aug 14, 2023
1 parent 9590c29 commit 9133df6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '*.*.*'

jobs:
build:
release-firefox:
if: github.ref_type == 'tag'
runs-on: ubuntu-latest

Expand All @@ -18,11 +18,6 @@ jobs:
owm-geo-key: ${{ secrets.OWM_GEO }}
owm-current-key: ${{ secrets.OWM_CURRENT }}

release-firefox:
needs: [build]
runs-on: ubuntu-latest

steps:
- name: Extract release notes
id: extract-release-notes
uses: ffurrer2/extract-release-notes@4db7ff8e9cc8a442ab103fd3ddfaebd0f8f36e4c
Expand Down
6 changes: 3 additions & 3 deletions 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.13.0] - 2023-08-14
## [0.13.1] - 2023-08-14

### Added

Expand Down Expand Up @@ -118,8 +118,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Homepage option.

[unreleased]: https://github.com/laedit/new-tab-moment/compare/0.13.0...HEAD
[0.13.0]: https://github.com/laedit/new-tab-moment/compare/0.12.1...0.13.0
[unreleased]: https://github.com/laedit/new-tab-moment/compare/0.13.1...HEAD
[0.13.1]: https://github.com/laedit/new-tab-moment/compare/0.12.1...0.13.1
[0.12.1]: https://github.com/laedit/new-tab-moment/compare/0.11.1...0.12.1
[0.11.1]: https://github.com/laedit/new-tab-moment/compare/0.10.0...0.11.1
[0.10.0]: https://github.com/laedit/new-tab-moment/compare/0.9.7...0.10.0
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.13.0",
"version": "0.13.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 9133df6

Please sign in to comment.