Skip to content

Commit 1cc7dd9

Browse files
Merge pull request #202 from tekktrik/remove-space
Remove extra space
2 parents eaa63d8 + 5fd4aaa commit 1cc7dd9

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)