Skip to content

Commit

Permalink
fix: --allow-dirty
Browse files Browse the repository at this point in the history
ugh
  • Loading branch information
andrewmd5 committed May 29, 2024
1 parent 5f8dd14 commit d8917c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ jobs:
working-directory: ${{github.workspace}}/Runtime/TypeScript
run: |
jq '.version = "${{ steps.dotenv.outputs.version }}"' jsr.json > tmp && mv tmp jsr.json
npx jsr publish
npx jsr publish --allow-dirty
- name: Publish TypeScript Runtime (NPM)
run: npm publish "./bebop-runtime-ts-${{ steps.dotenv.outputs.version }}/bebop-v${{ steps.dotenv.outputs.version }}.tgz" --access public ${{ steps.release-info.outputs.PRERELEASE == 'true' && '--tag next' || '' }}
Expand Down

0 comments on commit d8917c0

Please sign in to comment.