Skip to content

Commit

Permalink
feat: update readme path (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed May 13, 2023
1 parent 2f291c3 commit 32e0b2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
with:
package-name: mqtt-source
branch: ${{ github.event.inputs.branch }}
fail-fast: false
fail-fast: false
readme: ./README.md
secrets:
CLOUD_USER_EMAIL: ${{ secrets.HUB_USER_EMAIL }}
CLOUD_USER_PASSWORD: ${{ secrets.HUB_USER_PASSWORD }}
3 changes: 2 additions & 1 deletion .github/workflows/publish_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
package-name: mqtt-source
branch: ${{ github.event.inputs.branch }}
cloud-url: ${{ vars.DEV_CLOUD_URL }}
fail-fast: false
fail-fast: false
readme: ./README.md
secrets:
CLOUD_USER_EMAIL: ${{ secrets.DEV_HUB_USER_EMAIL }}
CLOUD_USER_PASSWORD: ${{ secrets.DEV_HUB_USER_PASSWORD }}

0 comments on commit 32e0b2d

Please sign in to comment.