Skip to content

Commit

Permalink
remove releases
Browse files Browse the repository at this point in the history
  • Loading branch information
firsttris committed Nov 28, 2023
1 parent 871ab27 commit d923e39
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- name: Upload Release
uses: ncipollo/[email protected]
with:
artifacts: 'releases/mui-${{ steps.packagejson.outputs.current-version }}.tar.gz'
artifacts: 'mui-${{ steps.packagejson.outputs.current-version }}.tar.gz'
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.packagejson.outputs.current-version }}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
dist
tmp
/out-tsc
releases

# dependencies
node_modules
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"version:patch": "npm version patch",
"version:current": "node -p -e \"require('./package.json').version\"",
"copy:build": "mkdir -p addon_installer/dist && cp -r dist/apps/homematic-mui5/* addon_installer/dist",
"tar:gz": "chmod -R 777 addon_installer/ && tar -czvf releases/mui-$(npm run version:current --silent).tar.gz -C addon_installer ."
"tar:gz": "chmod -R 777 addon_installer/ && tar -czvf mui-$(npm run version:current --silent).tar.gz -C addon_installer ."
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit d923e39

Please sign in to comment.