Skip to content

Commit

Permalink
🎨 Improve release check (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel authored Sep 5, 2023
1 parent 50f2f9a commit 4a851f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template_release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
YEAR=$(date +"%Y")
WEEK=$(date +"%-W")
if [[ $(gh release view 2>&1) =~ "release not found" ]]; then
if [[ $(gh release view -R ${{ github.repository }} 2>&1) =~ "release not found" ]]; then
COUNTER=1
else
# fetch last tag from github
Expand Down

0 comments on commit 4a851f8

Please sign in to comment.