Skip to content

Commit

Permalink
fix the setting of env var PULL_BASE_REF in Create release (kyma-pr…
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Jan 18, 2024
1 parent bb5d304 commit e0e16d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Create and upload eventing-manager.yaml and eventing-default-cr.yaml
env:
PULL_BASE_REF: $VERSION
PULL_BASE_REF: ${{ needs.verify-release.outputs.VERSION }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
IMG: "europe-docker.pkg.dev/kyma-project/prod/eventing-manager:${VERSION}"
MODULE_REGISTRY: "europe-docker.pkg.dev/kyma-project/prod/unsigned"
Expand Down

0 comments on commit e0e16d7

Please sign in to comment.