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