Skip to content

Commit

Permalink
don't login during issue_comment event
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Jan 9, 2024
1 parent 8e312f8 commit 28d1b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cargo-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
${{ runner.temp }}/artifacts

- name: Log into crates.io
if: github.event_name != 'pull_request' && github.event_name != 'merge_group'
if: github.event_name != 'pull_request' && github.event_name != 'merge_group' && github.event_name != 'issue_comment'
run: cargo login -- ${{ inputs.cargo-registry-token }}
shell: bash

Expand Down

0 comments on commit 28d1b16

Please sign in to comment.