mirror of
https://github.com/bellingcat/vk-url-scraper.git
synced 2026-06-11 12:58:36 +03:00
no release tags
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -121,9 +121,9 @@ jobs:
|
||||
name: package
|
||||
path: dist
|
||||
|
||||
- name: Generate release notes
|
||||
run: |
|
||||
python scripts/release_notes.py > ${{ github.workspace }}-RELEASE_NOTES.md
|
||||
# - name: Generate release notes
|
||||
# run: |
|
||||
# python scripts/release_notes.py > ${{ github.workspace }}-RELEASE_NOTES.md
|
||||
|
||||
- name: Publish package to PyPI
|
||||
run: |
|
||||
@@ -134,7 +134,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
body_path: ${{ github.workspace }}-RELEASE_NOTES.md
|
||||
# body_path: ${{ github.workspace }}-RELEASE_NOTES.md
|
||||
prerelease: ${{ contains(env.TAG, 'rc') }}
|
||||
files: |
|
||||
dist/*
|
||||
|
||||
Reference in New Issue
Block a user