Skip to content

Commit

Permalink
Change working directory for circuit publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesanson committed Nov 16, 2023
1 parent 3a187b9 commit b0f8fef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
# Temporary job to handle the publishing of Circuit from included submodule
- name: Publish circuit snapshot (temporary)
run: ./circuit/gradlew publishToMavenLocal
working-directory: ./circuit

- name: Lint
run: ./gradlew lint
Expand Down Expand Up @@ -55,7 +56,8 @@ jobs:

# Temporary job to handle the publishing of Circuit from included submodule
- name: Publish circuit snapshot (temporary)
run: ./circuit/gradlew publishToMavenLocal
run: ./gradlew publishToMavenLocal
working-directory: ./circuit

- name: Decrypt secrets
run: ./release/decrypt-secrets.sh
Expand Down

0 comments on commit b0f8fef

Please sign in to comment.