Skip to content

Commit 3b2e396

Browse files
committed
Try without checkout action
1 parent d38ed0a commit 3b2e396

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-check-ns-api-version.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
cmd: yq -oy '.package.version' ${{ env.WORKING_DIRECTORY }}/Cargo.toml
2323

2424
- name: Check if git tag exists
25-
uses: actions/checkout@v4
26-
- run: |
25+
run: |
2726
TAG=${{ env.WORKING_DIRECTORY }}-${{ steps.get_version.outputs.result }}
2827
if [[ -z "$TAG" ]]; then
2928
echo "Tag is empty"

0 commit comments

Comments
 (0)