Skip to content

Commit

Permalink
checkout the given ref to validate whether it exists and the version …
Browse files Browse the repository at this point in the history
…is correct
  • Loading branch information
v1v committed Feb 20, 2024
1 parent 46cb88e commit a696105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
fetch-depth: 0
- name: Validate tag does not exist on current commit
uses: ./.github/workflows/validate-tag
Expand Down

0 comments on commit a696105

Please sign in to comment.