Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
chore: Sync dev deps with releases
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonywendt committed Dec 1, 2023
1 parent 704192e commit 37200b7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 61 deletions.
59 changes: 0 additions & 59 deletions .github/workflows/publish-dev-deps.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

####
# Build and publish packages
####
- name: Build and publish dev-dependency nexus-postgres package
run: cd utils/pkg-deps/nexus/postgres && zarf package create --confirm --no-progress --output oci://ghcr.io/defenseunicorns/uds-capability/nexus/dev-dependency

- name: Publish nexus package
run: zarf package publish zarf-package-nexus-amd64-*.tar.zst oci://ghcr.io/defenseunicorns/uds-capability --no-progress

Expand Down
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
],
"versioning": "always-bump-patch",
"extra-files": [
"zarf.yaml"
"zarf.yaml",
"utils/pkg-deps/nexus/postgres/zarf.yaml"
]
}
}
Expand Down
4 changes: 3 additions & 1 deletion utils/pkg-deps/nexus/postgres/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
kind: ZarfPackageConfig
metadata:
name: nexus-postgres
version: "0.0.1"
# x-release-please-start-version
version: "0.1.1"
# x-release-please-end
architecture: amd64

components:
Expand Down

0 comments on commit 37200b7

Please sign in to comment.