mirror of
https://github.com/mrabarnett/mrab-regex.git
synced 2025-10-05 20:02:39 +02:00
Fixed invalid main.yml.
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -66,11 +66,11 @@ jobs:
|
||||
|
||||
- name: Create GitHub release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
title: Release ${{ github.ref }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
title: Release ${{ github.ref }}
|
||||
|
||||
# Build source distribution & manylinux1_x86_64 wheels
|
||||
# These two jobs build:
|
||||
|
@@ -1,3 +1,7 @@
|
||||
Version: 2023.12.24
|
||||
|
||||
Fixed invalid main.yml.
|
||||
|
||||
Version: 2023.12.23
|
||||
|
||||
The escape function no longer escapes \x00. It's not necessary.
|
||||
|
Reference in New Issue
Block a user