Skip to content

Commit

Permalink
chore: small fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
reey committed Jan 27, 2024
1 parent b28f6db commit 2aef3d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: 🚧 Build Frontend
run: |
cd frontend
npm run build:ci
npm run build
- name: Upload Frontend Artifact
uses: actions/upload-artifact@v3
Expand Down
6 changes: 3 additions & 3 deletions backend/cumulocity.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"apiVersion": "2",
"name": "cloud-http-proxy",
"version": "1.0.1-SNAPSHOT",
"version": "1.0.0",
"provider": {
"name": "Tristan Bastian",
"domain": "https://github.com/SoftwareAG/cumulocity-node-red",
"support": "https://github.com/SoftwareAG/cumulocity-node-red/issues"
"domain": "https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy",
"support": "https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/issues"
},
"isolation": "MULTI_TENANT",
"roles": [],
Expand Down

0 comments on commit 2aef3d1

Please sign in to comment.