Skip to content

Commit

Permalink
[修改]1. 修改tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBlank committed Sep 24, 2024
1 parent d0672d9 commit acfea2c
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sync Github To Image
name: Publish Release

on:
push:
Expand Down Expand Up @@ -27,4 +27,17 @@ jobs:
uses: jaywcjlove/github-action-package@main
with:
version: ${{ github.ref_name }}
- run: echo "version - ${{ steps.info.outputs.version }}"
release: true
commit: '[修改]1. 更新版本号'
- run: echo "version - ${{ steps.info.outputs.version }}"

- name: get tag version
id: tag_version
uses: jaywcjlove/changelog-generator@main

- name: Generate Changelog
id: changelog
uses: jaywcjlove/changelog-generator@main
with:
head-ref: ${{steps.create_tag.outputs.version}}
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'

0 comments on commit acfea2c

Please sign in to comment.