Skip to content

Commit

Permalink
publish to any-distro (#3570)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdoxsey committed Aug 22, 2022
1 parent fe57ecb commit bb2b114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -84,7 +84,7 @@ jobs:
DEBS="pomerium_${VERSION}-1_amd64.deb pomerium_${VERSION}-1_arm64.deb"
for pkg in $(echo $DEBS); do
cloudsmith push deb pomerium/pomerium/debian/any-version $pkg
cloudsmith push deb pomerium/pomerium/any-distro/any-version $pkg
done
- name: Find latest tag
Expand Down

0 comments on commit bb2b114

Please sign in to comment.