Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaneeyo committed Sep 9, 2023
1 parent e72878a commit c11b151
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:
on:
push:
branches:
- main # You can change this to your main branch name
- main

jobs:
build:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: ./oneui-widgets.zip
name: Release "#"${{ github.run_number }}
name: Release ${{ github.run_number }}
tag_name: v${{ github.run_number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const stateData = {
show: "true"
},
newsWidget: {
show: "wrong"
show: "false"
}
};

Expand Down

0 comments on commit c11b151

Please sign in to comment.