diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 86ad49f..0b8d46f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,4 +13,4 @@ jobs: id-token: write # The OIDC ID token is used for authentication with JSR. steps: - uses: actions/checkout@v4 - - run: npm install && npx jsr publish \ No newline at end of file + - run: npm install && npx jsr publish --allow-dirty \ No newline at end of file