Skip to content

Commit

Permalink
fix: deal
Browse files Browse the repository at this point in the history
  • Loading branch information
boyander committed Sep 19, 2023
1 parent ef2df40 commit 76964b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Release NPM Package
on:
push:
branches: [main]
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
jobs:
release:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@faablecloud/faableql",
"name": "@faable/faableql",
"version": "0.0.0-development",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 76964b8

Please sign in to comment.