Skip to content

Commit

Permalink
Add pipecd version when triggering event (#5515)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshiki Fujikane <[email protected]>
  • Loading branch information
ffjlabo authored Jan 24, 2025
1 parent fcc31a3 commit cfe6136
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish_image_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ jobs:
runs-on: ubuntu-24.04
needs: artifacts
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Determine version
run: echo "PIPECD_VERSION=$(git describe --tags --always --abbrev=7)" >> $GITHUB_ENV
# Notify PipeCD to trigger update dev environment via EventWatcher.
- uses: pipe-cd/[email protected]
with:
Expand Down

0 comments on commit cfe6136

Please sign in to comment.