Skip to content

Commit

Permalink
fix: add allow-dirty when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Jan 22, 2025
1 parent 7dd3006 commit d18debc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish-crates/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ runs:
- name: Release packages to crates.io
shell: 'bash -ex {0}'
working-directory: ${{ inputs.workspace_path }}
run: cargo workspaces publish --publish-as-is
run: cargo workspaces publish --publish-as-is --allow-dirty

- name: Update ownership
shell: 'bash -ex {0}'
Expand Down

0 comments on commit d18debc

Please sign in to comment.