Skip to content

Commit

Permalink
Another fix in main.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Barnett committed Dec 24, 2023
1 parent c1f1f2a commit d0afd79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d0afd79

Please sign in to comment.