1
1
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:
Matthew Barnett
2023-12-24 00:36:53 +00:00
parent cdcbf36aeb
commit c1f1f2af4c
2 changed files with 9 additions and 5 deletions

View File

@@ -66,11 +66,11 @@ jobs:
- name: Create GitHub release - name: Create GitHub release
uses: actions/create-release@v1 uses: actions/create-release@v1
env: env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with: with:
tag_name: ${{ github.ref }} tag_name: ${{ github.ref }}
title: Release ${{ github.ref }} title: Release ${{ github.ref }}
# Build source distribution & manylinux1_x86_64 wheels # Build source distribution & manylinux1_x86_64 wheels
# These two jobs build: # These two jobs build:

View File

@@ -1,3 +1,7 @@
Version: 2023.12.24
Fixed invalid main.yml.
Version: 2023.12.23 Version: 2023.12.23
The escape function no longer escapes \x00. It's not necessary. The escape function no longer escapes \x00. It's not necessary.