fix indent

Simon Smith committed Jul 22, 2022 at 16:24 UTC 51f5268fb9a94d680e76d12a03c8b8a3784452e4
1 file changed +2 -2
.github/workflows/release.yml
+2 -2
@@ -16,8 +16,8 @@ jobs:
16 - name: Release
17 uses: justincy/github-action-npm-release@2.0.2
18 id: release
19 - with:
20 - token: ${{ secrets.MY_TOKEN }}
19 + with:
20 + token: ${{ secrets.MY_TOKEN }}
21 - name: Print release output
22 if: ${{ steps.release.outputs.released == 'true' }}
23 run: echo Release ID ${{ steps.release.outputs.release_id }}