Skip to content

Commit 2675e13

Browse files
authored
Update release.yml
1 parent 2a736aa commit 2675e13

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)