Skip to content

Commit

Permalink
Publish v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnatar committed Mar 2, 2025
1 parent 2ea0020 commit 1f2129f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/create-apt-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@ jobs:
fail-fast: false
matrix:
category:
# Previous stable branch + backport.
# NOTICE: This is on purpose pointing to the 1.3.0 _branch_ which contains 1.3.3.
# The v1.3.3 tag does _not_ include the necessary backport for cargo-deb to function.
# This anomaly can be removed once we drop support for 1.3.3.
- name: stable
ref: 1.3.0
variant: true # Enables old variant based cargo-deb, being phased out
# While the repo is in "dirty hack" mode, we only publish the latest patch of every minor version.
- name: stable
ref: v1.4.6
variant: true # Enables old variant based cargo-deb, being phased out
- name: stable
ref: v1.5.0
variant: true
- name: nightly
ref: master
Expand Down

0 comments on commit 1f2129f

Please sign in to comment.