Skip to content

Commit 00ab757

Browse files
committed
fix: support artifact upload
1 parent 40d7a80 commit 00ab757

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ runs:
2929
- name: Create tag
3030
shell: bash
3131
run: |
32-
git config user.name "${{ github.actor }}"
33-
git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
34-
git tag -fa ${{ inputs.version }} -m "Release ${{ inputs.version }}"
35-
git push --force origin ${{ inputs.version }}
36-
- uses: jcdcdev/jcdcdev.Github.GenerateChangelog@main
32+
git config user.name "${{ github.actor }}"
33+
git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
34+
git tag -fa ${{ inputs.version }} -m "Release ${{ inputs.version }}"
35+
git push --force origin ${{ inputs.version }}
36+
- uses: jcdcdev/jcdcdev.Github.GenerateChangelog@main
3737
id: changelog
3838
with:
3939
version: ${{ inputs.version }}

0 commit comments

Comments
 (0)