Skip to content

Commit 92b95c3

Browse files
committed
chore: there shouldn't be a trailing newline in mozcentral.version file
1 parent a62c1c7 commit 92b95c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-mozcentral-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
)
2626
echo "MOZCENTRAL_VERSION=$COMMIT_HASH" >> $GITHUB_ENV
2727
- name: Update `mozcentral.version` File
28-
run: echo $MOZCENTRAL_VERSION > mozcentral.version
28+
run: echo -n $MOZCENTRAL_VERSION > mozcentral.version
2929
- name: Create Pull Request
3030
uses: peter-evans/create-pull-request@v6
3131
with:

mozcentral.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bc4609b7aa7a3dff961f43d527bc66c5c85f6f4b
1+
bc4609b7aa7a3dff961f43d527bc66c5c85f6f4b

0 commit comments

Comments
 (0)