Skip to content

Commit

Permalink
Merge pull request #126 from FlowFuse/npm-rename
Browse files Browse the repository at this point in the history
Update to flowfuse npm scope
  • Loading branch information
hardillb authored Nov 29, 2023
2 parents c2f3d1c + 971d542 commit c12d5da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 30 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/build.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: 'flowfuse/github-actions-workflows/.github/workflows/[email protected]'
with:
package_name: flowforge-driver-k8s
package_name: driver-k8s
publish_package: true
secrets:
npm_registry_token: ${{ secrets.NPM_PUBLISH_TOKEN }}
Expand All @@ -32,7 +32,7 @@ jobs:
with:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_APP_KEY }}
- name: Trigger flowforge container build
- name: Trigger flowfuse container build
uses: benc-uk/workflow-dispatch@v1
with:
workflow: flowforge-container.yml
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@flowforge/kubernetes",
"name": "@flowfuse/driver-kubernetes",
"version": "1.14.0",
"description": "Kubernetes driver for FlowFuse",
"main": "kubernetes.js",
Expand Down

0 comments on commit c12d5da

Please sign in to comment.