Browse Source

Fix Actions bug (#3788)

Christian Petersen 14 hours ago
parent
commit
ba77df4e1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build-and-publish-release.yml

+ 1 - 1
.github/workflows/build-and-publish-release.yml

@@ -30,7 +30,7 @@ jobs:
     steps:
       - name: Get Version From Tag
         id: tag
-        if: ${{ github.event_name }} == 'push'
+        if: ${{ github.event_name == 'push' }}
         run: |
           echo "TRIGGERED_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV