File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments