Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Jun 26, 2023
1 parent 44c6506 commit fc7053c
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 @@ -60,7 +60,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: /tmp/artifacts/PowerControl/PowerControl.tar.gz
tag_name: ${{ github.ref }}
tag_name: ${{ github.ref_name }}
body: |
PowerControl
draft: false
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": "PowerControl",
"version": "2.0.1",
"version": "2.0.2",
"description": "PowerControl plugin.",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
Expand Down

0 comments on commit fc7053c

Please sign in to comment.