Skip to content

Commit 55cf93e

Browse files
committed
debugging why it skips releasing
1 parent 78e4b26 commit 55cf93e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
run: |
8080
poetry build -f sdist
8181
82+
- name: print github ref
83+
run: echo ${{ github.ref }}
84+
8285
- name: Upload sdist
8386
uses: actions/upload-artifact@v3
8487
with:
@@ -123,5 +126,4 @@ jobs:
123126
with:
124127
artifacts: "dist/*"
125128
token: ${{ secrets.GITHUB_TOKEN }}
126-
draft: false
127-
prerelease: steps.check-version.outputs.prerelease == 'true'
129+
draft: false

0 commit comments

Comments
 (0)