Skip to content

Commit 10a4e68

Browse files
fix bug of github workflow config
1 parent ad474b6 commit 10a4e68

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/pythonpush.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ jobs:
2424
with:
2525
password: ${{ secrets.pypi_password }}
2626
- name: Create Release
27-
id: create_release
28-
uses: actions/create-release@v1
29-
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
31-
with:
32-
tag_name: ${{ github.ref }}
33-
release_name: Release ${{ github.ref }}
34-
body: |
35-
Changes in this Release
36-
- First Change
37-
- Second Change
38-
draft: true
39-
prerelease: false
27+
id: create_release
28+
uses: actions/create-release@v1
29+
env:
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
31+
with:
32+
tag_name: ${{ github.ref }}
33+
release_name: Release ${{ github.ref }}
34+
body: |
35+
Changes in this Release
36+
- First Change
37+
- Second Change
38+
draft: true
39+
prerelease: false

0 commit comments

Comments
 (0)