We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30a985 commit b62d267Copy full SHA for b62d267
.github/workflows/ci.yaml
@@ -92,3 +92,6 @@ jobs:
92
- run: package_cloud push golang-migrate/migrate/debian/buster dist/migrate.linux-amd64.deb
93
env:
94
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
95
+ - run: package_cloud push golang-migrate/migrate/debian/bullseye dist/migrate.linux-amd64.deb
96
+ env:
97
+ PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
0 commit comments