Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
semih.cavdar committed Mar 19, 2024
1 parent c42c4d5 commit 348af94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- name: Get previous version
id: previous_version
run: |
$(git show HEAD~1:.github/workflows/publish.yml)
version=$(git show HEAD~1:.github/workflows/publish.yml | awk '/tags/{print $2}' | sed 's/,$//')
echo "version=$version" >> $GITHUB_ENV
Expand Down

0 comments on commit 348af94

Please sign in to comment.