Skip to content

Commit

Permalink
ci: bump version to v0.9.1 and add if tag filter
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Jul 9, 2024
1 parent bcf88ba commit 763e5c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
XPKG: xpkg.upbound.io/${{ github.repository}}

# The package version to push. The default is 0.0.0-gitsha.
XPKG_VERSION: v0.9.0
XPKG_VERSION: v0.9.1

jobs:
unit-test:
Expand Down Expand Up @@ -116,6 +116,7 @@ jobs:
runs-on: ubuntu-22.04
needs:
- build
if: "startsWith(github.ref, 'refs/tags/')"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 763e5c1

Please sign in to comment.