Skip to content

Commit

Permalink
ci: set tag to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLinCool committed Apr 23, 2024
1 parent 5af400e commit d5f2ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/${{ matrix.target }}/release/taiko
asset_name: ${{ matrix.artifact_name }}
tag: ${{ github.ref }}
tag: latest

- name: Upload to Release (Windows)
uses: svenstaro/upload-release-action@v2
Expand All @@ -111,4 +111,4 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/${{ matrix.target }}/release/taiko.exe
asset_name: ${{ matrix.artifact_name }}.exe
tag: ${{ github.ref }}
tag: latest

0 comments on commit d5f2ff3

Please sign in to comment.