Skip to content

Commit 5fd4aaa

Browse files
authored
Remove extra space
1 parent eaa63d8 commit 5fd4aaa

File tree

1 file changed

+1
-1
lines changed
  • {{ cookiecutter.__dirname }}/.github/workflows

1 file changed

+1
-1
lines changed

{{ cookiecutter.__dirname }}/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: csexton/release-asset-action@master
5656
with:
5757
pattern: "bundles/*"
58-
github-token: {% raw %}${{ secrets.GITHUB_TOKEN }} {% endraw %}
58+
github-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
5959

6060
upload-pypi:
6161
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)