Skip to content

Commit

Permalink
fix: update bin prop
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jul 5, 2022
1 parent 18a7d5a commit 66e5abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/index.wac.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const push = createWorkflow({
{
name: "Release",
uses: "cycjimmy/semantic-release-action@v3",
with: { "working-directory": "./dist" },
with: { "working_directory": "./dist" },
env: {
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}",
NPM_TOKEN: "${{ secrets.NPM_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Release
uses: cycjimmy/semantic-release-action@v3
with:
working-directory: ./dist
working_directory: ./dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 66e5abd

Please sign in to comment.