Skip to content

Commit

Permalink
Update pipeline-descriptor.yml to use 2.x version line
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestEckhardt authored Apr 24, 2024
1 parent 64dbc14 commit aafe8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
glob: watchexec-.+-x86_64-unknown-linux-musl.tar.xz
owner: watchexec
repository: watchexec
tag_filter: v(1.*)
tag_filter: v(2.*)
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}

# ARM64
Expand All @@ -38,6 +38,6 @@ dependencies:
glob: watchexec-.+-aarch64-unknown-linux-musl.tar.xz
owner: watchexec
repository: watchexec
tag_filter: v(1.*)
tag_filter: v(2.*)
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
arch: arm64

0 comments on commit aafe8dc

Please sign in to comment.