Skip to content

Commit

Permalink
disable version check
Browse files Browse the repository at this point in the history
  • Loading branch information
Umio-Yasuno committed Apr 17, 2024
1 parent 8ed5f05 commit e10a433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
if ! [ "$PKG_VER" == "VERSION" ]; then
echo "version does not match tag"
exit 1
# exit 1
fi
- name: Create release
env:
Expand Down

0 comments on commit e10a433

Please sign in to comment.