File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ jobs:
2525 - name : Fetch all tags
2626 run : git fetch --tags
2727
28- - name : Set tag name
29- id : tagger
30- run : echo "tag_name=nightly-${{ github.run_number }}" >> $GITHUB_OUTPUT
31-
32- - name : Create and push tag
33- run : |
34- git config --global user.name "${{ github.actor }}"
35- git config --global user.email "${{ github.actor }}@users.noreply.github.com"
36- git tag ${{ steps.tagger.outputs.tag_name }}
37- git push origin ${{ steps.tagger.outputs.tag_name }}
28+ - name : Set tag name
29+ id : tagger
30+ run : echo "tag_name=nightly-${{ github.run_number }}" >> $GITHUB_OUTPUT
31+
32+ - name : Create and push tag
33+ run : |
34+ git config --global user.name "${{ github.actor }}"
35+ git config --global user.email "${{ github.actor }}@users.noreply.github.com"
36+ git tag ${{ steps.tagger.outputs.tag_name }}
37+ git push origin ${{ steps.tagger.outputs.tag_name }}
3838
3939 build :
4040 name : Build Artifacts
@@ -141,4 +141,4 @@ jobs:
141141 file : macBuild-arm.zip
142142 asset_name : FNF-JS-Engine-macOS-ARM.zip
143143 prerelease : ${{ github.event.inputs.prerelease == 'true' }}
144- overwrite : true
144+ overwrite : true
You can’t perform that action at this time.
0 commit comments