Skip to content

Commit 701c48b

Browse files
authored
Disable create release
Signed-off-by: Caroline Russell <[email protected]>
1 parent 1a8c702 commit 701c48b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/publish.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,18 @@ jobs:
7878
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
7979
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
8080

81-
release:
82-
runs-on: ubuntu-latest
83-
steps:
84-
- uses: actions/checkout@v3
85-
- name: Create Release
86-
id: create_release
87-
if: startsWith(github.ref, 'refs/tags/')
88-
uses: actions/create-release@v1
89-
env:
90-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91-
with:
92-
tag_name: ${{ github.ref }}
93-
release_name: Release ${{ github.ref }}
94-
draft: false
95-
prerelease: false
81+
# release:
82+
# runs-on: ubuntu-latest
83+
# steps:
84+
# - uses: actions/checkout@v3
85+
# - name: Create Release
86+
# id: create_release
87+
# if: startsWith(github.ref, 'refs/tags/')
88+
# uses: actions/create-release@v1
89+
# env:
90+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91+
# with:
92+
# tag_name: ${{ github.ref }}
93+
# release_name: Release ${{ github.ref }}
94+
# draft: false
95+
# prerelease: false

0 commit comments

Comments
 (0)