Skip to content

Commit 4f2ed52

Browse files
author
Matthew Barnett
committed
Cannot get release notification action in main.yml to work. Commenting it out for now.
1 parent 647c006 commit 4f2ed52

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,14 @@ jobs:
6464
name: regex-files
6565
path: wheelhouse/*.whl
6666

67-
- name: Create GitHub release
68-
uses: actions/create-release@v1
69-
env:
70-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71-
with:
72-
tag_name: ${{ github.ref }}
73-
release_name: regex ${{ github.ref }}
67+
# I cannot get this to work!
68+
# - name: Create GitHub release
69+
# uses: actions/create-release@v1
70+
# env:
71+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72+
# with:
73+
# tag_name: ${{ github.ref }}
74+
# release_name: regex ${{ github.ref }}
7475

7576
# Build source distribution & manylinux1_x86_64 wheels
7677
# These two jobs build:

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Version: 2023.12.25
22

3-
Further fixes in main.yml.
3+
Cannot get release notification action in main.yml to work. Commenting it out for now.
44

55
Version: 2023.12.24
66

0 commit comments

Comments
 (0)