-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Transmission builds action (#2861)
* Update transmission-version.txt * Update build-version.txt * Update transmission-sha.txt * Update docker-transmission-builds.yml
- Loading branch information
1 parent
5d8c270
commit d66aaf9
Showing
4 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,11 +64,12 @@ jobs: | |
|
||
- name: Update build-version.txt | ||
run: | | ||
echo "$LATEST_VERSION" > upstream/build-version.txt | ||
TBT_VERSION=${{ env.TBT_VERSION }} | ||
echo "$TBT_VERSION" > upstream/build-version.txt | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "workflow runner" | ||
git add upstream/build-version.txt | ||
git config user.email "[email protected]" | ||
git config user.name "Transmission-Bot" | ||
git commit -m "update image build version to ${LATEST_VERSION}" | ||
git commit -m "update image build version to ${TBT_VERSION}" | ||
git push origin dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
|
||
4.0.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
38c164933e9f77c110b48fe745861c3b98e3d83e | ||
a6fe2a64aa7eca089f96006cf082a12f0cde937f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.6 | ||
4.0.5 |
d66aaf9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not 4.0.6?