mirror of
https://github.com/mrabarnett/mrab-regex.git
synced 2025-10-05 20:02:39 +02:00
Another fix in main.yml.
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -67,10 +67,10 @@ jobs:
|
||||
- name: Create GitHub release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
title: Release ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
|
||||
# Build source distribution & manylinux1_x86_64 wheels
|
||||
# These two jobs build:
|
||||
|
Reference in New Issue
Block a user