This commit is contained in:
alvicsam
2025-04-07 13:11:09 +02:00
parent 2fd96f6188
commit 5992ad0043
+2 -1
View File
@@ -28,7 +28,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check that tag and version in Cargo.toml match
# Check that tag and version in Cargo.toml match
- name: Check versions
id: versions
run: |
if [[ $CURRENT_TAG == 'main' ]];