Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwingfly committed Jun 17, 2024
1 parent d22b7b4 commit 3b205c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: login to crates.io
run: cargo login ${{ secrets.CRATESIO }}

- name: publish encrypt_config_derive
if: ${{ inputs.encrypt_config_derive }}
run: .github/scripts/publish_test.sh encrypt_config_derive && .github/scripts/publish.sh encrypt_config_derive

- name: publish encrypt_config
if: ${{ inputs.encrypt_config }}
run: .github/scripts/publish_test.sh encrypt_config && .github/scripts/publish.sh encrypt_config

- name: publish encrypt_config
if: ${{ inputs.encrypt_config_derive }}
run: .github/scripts/publish_test.sh encrypt_config_derive && .github/scripts/publish.sh encrypt_config_derive

0 comments on commit 3b205c5

Please sign in to comment.