Skip to content

Commit

Permalink
ci: fix clarity repl ci (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard authored Dec 13, 2023
1 parent 3dc8e7c commit 28259ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ jobs:

dist_clarity_repl:
name: Build Clarity REPL Distribution
if: startsWith(github.ref, 'refs/heads/main') && needs.get_release_info.outputs.tag != ''
runs-on: ubuntu-latest
needs: pre_run
defaults:
Expand Down Expand Up @@ -507,6 +506,7 @@ jobs:
path: clarity-repl-${{ env.SHORT_TARGET_NAME }}.tar.gz

- name: Publish clarity-repl to crates.io
if: startsWith(github.ref, 'refs/heads/main') && needs.get_release_info.outputs.tag != ''
run: |
cargo login ${{ secrets.CARGO_CRATES_IO_API_KEY }}
cargo publish
Expand Down

0 comments on commit 28259ef

Please sign in to comment.