mirror of
https://github.com/mrabarnett/mrab-regex.git
synced 2025-10-05 20:02:39 +02:00
Cannot get release notification action in main.yml to work. Commenting it out for now.
This commit is contained in:
15
.github/workflows/main.yml
vendored
15
.github/workflows/main.yml
vendored
@@ -64,13 +64,14 @@ jobs:
|
||||
name: regex-files
|
||||
path: wheelhouse/*.whl
|
||||
|
||||
- name: Create GitHub release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: regex ${{ github.ref }}
|
||||
# I cannot get this to work!
|
||||
# - name: Create GitHub release
|
||||
# uses: actions/create-release@v1
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# with:
|
||||
# tag_name: ${{ github.ref }}
|
||||
# release_name: regex ${{ github.ref }}
|
||||
|
||||
# Build source distribution & manylinux1_x86_64 wheels
|
||||
# These two jobs build:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
Version: 2023.12.25
|
||||
|
||||
Further fixes in main.yml.
|
||||
Cannot get release notification action in main.yml to work. Commenting it out for now.
|
||||
|
||||
Version: 2023.12.24
|
||||
|
||||
|
Reference in New Issue
Block a user