Skip to content

Commit 046fba8

Browse files
committed
2 parents 9ea1361 + 2675e13 commit 046fba8

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ jobs:
2828
- name: Fetch all tags
2929
run: git fetch --tags
3030

31-
- name: Set tag name
32-
id: tagger
33-
run: echo "tag_name=nightly-${{ github.run_number }}" >> $GITHUB_OUTPUT
31+
- name: Set tag name
32+
id: tagger
33+
run: echo "tag_name=nightly-${{ github.run_number }}" >> $GITHUB_OUTPUT
3434

35-
- name: Create and push tag
36-
run: |
37-
git config --global user.name "${{ github.actor }}"
38-
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
39-
git tag ${{ env.TAG_NAME }}
40-
git push origin ${{ env.TAG_NAME }}
35+
- name: Create and push tag
36+
run: |
37+
git config --global user.name "${{ github.actor }}"
38+
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
39+
git tag ${{ env.TAG_NAME }}
40+
git push origin ${{ env.TAG_NAME }}
4141
4242
build:
4343
name: Build Artifacts
@@ -144,4 +144,4 @@ jobs:
144144
file: macBuild-arm.zip
145145
asset_name: FNF-JS-Engine-macOS-ARM.zip
146146
prerelease: ${{ github.event.inputs.prerelease == 'true' }}
147-
overwrite: true
147+
overwrite: true

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ same goes for *Lua Scripts*, comment out or delete the line with `LUA_ALLOWED`,
119119
@HomuHomu833
120120
- Ported JS Engine to mobile
121121

122+
### The rest of the lovely contributors on GitHub! (Psych and JS Engine)
123+
<a href="https://github.com/JordanSantiagoYT/FNF-JS-Engine/graphs/contributors">
124+
<img src="https://contrib.rocks/image?repo=JordanSantiagoYT/FNF-JS-Engine" />
125+
</a>
126+
127+
Made with [contrib.rocks](https://contrib.rocks).
128+
122129
<details>
123130
<summary><h2>OG Psych Engine Credits and Stuff</h2></summary>
124131

0 commit comments

Comments
 (0)