Skip to content

Commit

Permalink
👷 ci: use seceret
Browse files Browse the repository at this point in the history
  • Loading branch information
zrr1999 committed Dec 16, 2023
1 parent 7fb3975 commit 7ec5fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"

permissions:
contents: write
jobs:
Expand Down Expand Up @@ -55,6 +54,7 @@ jobs:
- name: Publish GitHub Release 📝
uses: softprops/action-gh-release@v1
with:
name: "PyFuture Release ${{ github.ref }}"
name: "PyFuture Release ${{ github.ref_name }}"
token: ${{ secrets.RELEASE_TOKEN }}
files: |
dist/*

0 comments on commit 7ec5fe3

Please sign in to comment.