Skip to content

Commit

Permalink
Fix deploy to cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
vinimarcili committed Aug 25, 2023
1 parent a6667fd commit e687e4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cdn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: Upload CSS
uses: "google-github-actions/upload-cloud-storage@v0"
with:
path: "dist/@squid-css/ngx-css"
path: "dist/@squidit-css/ngx-css"
destination: "ngx-css"
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squidit/ngx-css",
"version": "0.0.1",
"version": "0.0.3",
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0",
Expand All @@ -27,7 +27,7 @@
"type": "git",
"url": "git+https://github.com/squidit/ngx-css"
},
"description": "Squid CSS Styleguide",
"description": "Squid CSS Styleguide for Angular",
"bugs": {
"url": "https://github.com/squidit/ngx-css/issues"
},
Expand Down

0 comments on commit e687e4d

Please sign in to comment.