Skip to content

Commit

Permalink
chore: Sync dev dep versions with release
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonywendt committed Nov 30, 2023
1 parent 455ab11 commit e830b6a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 60 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 confluence-postgres package
run: cd utils/pkg-deps/confluence/postgres && zarf package create --confirm --no-progress --output oci://ghcr.io/defenseunicorns/uds-capability/confluence/dev-dependency

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

Expand Down
4 changes: 3 additions & 1 deletion utils/pkg-deps/confluence/postgres/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
kind: ZarfPackageConfig
metadata:
name: confluence-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 e830b6a

Please sign in to comment.