Skip to content

Commit

Permalink
chore(ci): fix JS publishing workflow checking out inconsistent commits
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Mar 6, 2024
1 parent ea9a834 commit da2ec84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/JS_PUBLISH_FAILED.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "JS packages failed to publish"
assignees: TomAFrench kevaundray savio-sou
assignees: TomAFrench kevaundray Savio-Sou
labels: js
---

Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/publish-es-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
steps:
- name: Checkout Noir repo
uses: actions/checkout@v4

with:
ref: ${{ inputs.noir-ref }}

- name: Setup toolchain
uses: dtolnay/[email protected]

Expand Down Expand Up @@ -87,6 +89,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
ref: ${{ inputs.noir-ref }}

- name: Setup toolchain
uses: dtolnay/[email protected]
Expand Down Expand Up @@ -164,4 +168,4 @@ jobs:
WORKFLOW_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
with:
update_existing: true
filename: .github/JS_PUBLISH_FAILED.md
filename: .github/JS_PUBLISH_FAILED.md

0 comments on commit da2ec84

Please sign in to comment.