Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
fixup2
Browse files Browse the repository at this point in the history
  • Loading branch information
ynqa committed Mar 31, 2023
1 parent a6990ad commit 8ddf85b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Release

on:
release:
types: [published]
push:
tags:
- '*'

permissions:
contents: write
Expand All @@ -24,4 +25,4 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 comments on commit 8ddf85b

Please sign in to comment.