Skip to content

Commit

Permalink
Release input variable for tag checking (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
the1bit authored Dec 13, 2023
1 parent 7221a4f commit ef8ed61
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 @@ -30,7 +30,7 @@ jobs:
fi
- name: Check image Tag
run: ./scripts/check_tag_info.sh ${{ github.ref_name }}
run: ./scripts/check_tag_info.sh ${{ github.event.inputs.name }}

- name: Verify prow post jobs
run: ./scripts/verify-status.sh ${{ github.ref_name }}
Expand Down

0 comments on commit ef8ed61

Please sign in to comment.