Skip to content

Commit

Permalink
Cannot get release notification action in main.yml to work. Commentin…
Browse files Browse the repository at this point in the history
…g it out for now.
  • Loading branch information
Matthew Barnett committed Dec 24, 2023
1 parent 647c006 commit 4f2ed52
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 4f2ed52

Please sign in to comment.