Skip to content

Commit

Permalink
🐞 fix(release): 优化release
Browse files Browse the repository at this point in the history
  • Loading branch information
rootphantomer committed Jul 7, 2024
1 parent 8b52909 commit 9736570
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: push_release

permissions:
contents: write

on:
push:
tags:
Expand All @@ -12,14 +9,16 @@ jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"

steps:
# ...
- name: Checkout Code
uses: actions/checkout@master

- name: Create Release
uses: "marvinpinto/action-automatic-releases@latest"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
files: |
LICENSE

0 comments on commit 9736570

Please sign in to comment.