Skip to content

Commit

Permalink
Revert "Temp: Grab pre-release tag"
Browse files Browse the repository at this point in the history
This reverts commit e8e9826.
  • Loading branch information
thebentern committed Sep 11, 2024
1 parent e8e9826 commit 1ba4f6e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_esp32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: meshtastic/web
version: "tags/pre-release"
file: build.tar
target: build.tar
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_esp32_c3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: meshtastic/web
version: "tags/pre-release"
file: build.tar
target: build.tar
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_esp32_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: meshtastic/web
version: "tags/pre-release"
file: build.tar
target: build.tar
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/package_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: meshtastic/web
version: "tags/pre-release"
file: build.tar
target: build.tar
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/package_raspbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: meshtastic/web
version: "tags/pre-release"
file: build.tar
target: build.tar
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1ba4f6e

Please sign in to comment.