Skip to content

Commit

Permalink
fix: bump manifest version on main only (#124)
Browse files Browse the repository at this point in the history
* fix: update release.yml to bump manifest main only

* chore: reset manifest version on beta
  • Loading branch information
Anush008 authored May 25, 2023
1 parent 98abff5 commit e4a86e4
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 @@ -74,7 +74,7 @@ jobs:

- name: "🚀 release"
id: semantic-release
uses: open-sauced/[email protected].0
uses: open-sauced/[email protected].1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "OpenSauced.ai",
"version": "1.2.0-beta.5",
"version": "0.0.1",
"action": { "default_popup": "index.html" },
"content_scripts": [
{
Expand Down

0 comments on commit e4a86e4

Please sign in to comment.