Skip to content

Commit 40d7a80

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

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

action.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ runs:
2626
uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0
29-
- name: Create tag
30-
shell: bash
31-
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
37-
id: changelog
38-
with:
39-
version: ${{ inputs.version }}
40-
github-token: ${{ inputs.github-token }}
29+
- name: Create tag
30+
shell: bash
31+
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
37+
id: changelog
38+
with:
39+
version: ${{ inputs.version }}
40+
github-token: ${{ inputs.github-token }}
4141
- name: Download package
4242
uses: actions/download-artifact@v4
4343
with:

0 commit comments

Comments
 (0)