1
1
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:
Matthew Barnett
2023-12-24 01:23:36 +00:00
parent c1f1f2af4c
commit d0afd79fba

View File

@@ -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: