Skip to content

Commit

Permalink
chore: fix action ids (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinja2 authored Oct 15, 2024
1 parent f466028 commit 3a50bb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ jobs:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: Prepare Release
id: prepare_release
run: |
make CHART_VERSION=$CHART_VERSION APP_VERSION=$APP_VERSION prepare-release
make docker-docs
- name: Check if PR is needed
id: check_if_pr_open
run: |
echo "NEEDS_PR=1" >> "$GITHUB_OUTPUT"
git fetch origin
Expand Down

0 comments on commit 3a50bb3

Please sign in to comment.