Skip to content

Commit

Permalink
Fix Transmission builds action (#2861)
Browse files Browse the repository at this point in the history
* Update transmission-version.txt

* Update build-version.txt

* Update transmission-sha.txt

* Update docker-transmission-builds.yml
  • Loading branch information
ilike2burnthing authored Jun 28, 2024
1 parent 5d8c270 commit d66aaf9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-transmission-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion upstream/build-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@

4.0.5
2 changes: 1 addition & 1 deletion upstream/transmission-sha.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
38c164933e9f77c110b48fe745861c3b98e3d83e
a6fe2a64aa7eca089f96006cf082a12f0cde937f
2 changes: 1 addition & 1 deletion upstream/transmission-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.6
4.0.5

1 comment on commit d66aaf9

@FluxState
Copy link

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?

Please sign in to comment.