Skip to content

Commit

Permalink
Bump 2.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Jan 30, 2025
1 parent e7d710b commit b314aa8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pacman -Syu git npm tree --noconfirm
git config --global --add safe.directory $(realpath .)
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: update submodules
run: git submodule update --init --recursive
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
tar -tzvf PowerControl.tar.gz
- name: Publish Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PowerControl
path: PowerControl.tar.gz
Expand All @@ -78,14 +78,14 @@ jobs:
- run: mkdir /tmp/artifacts

- name: download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: /tmp/artifacts

- run: ls -R /tmp/artifacts

- name: publish to github release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: /tmp/artifacts/PowerControl/PowerControl.tar.gz
tag_name: ${{ github.ref_name }}
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": "power_control",
"version": "2.8.5",
"version": "2.8.6",
"description": "PowerControl plugin.",
"type": "module",
"scripts": {
Expand Down

0 comments on commit b314aa8

Please sign in to comment.