Skip to content

Commit

Permalink
Merge pull request #47 from passageidentity/publishWorkflowFix
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
SinaSeylani authored Oct 30, 2024
2 parents 05082c7 + 246d416 commit 53684db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.branch }}
ref: ${{ github.event.client_payload.ref }}

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 53684db

Please sign in to comment.