diff --git a/.github/workflows/WebExtensions.Net-Build.yml b/.github/workflows/WebExtensions.Net-Build.yml index acb01ba0..4efb988a 100644 --- a/.github/workflows/WebExtensions.Net-Build.yml +++ b/.github/workflows/WebExtensions.Net-Build.yml @@ -99,7 +99,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Check if tag exists - uses: mukunku/tag-exists-action@v1.6.0 + uses: mukunku/tag-exists-action@v1.7.0 id: tagExistsCheck with: tag: 'v${{ needs.version.outputs.MajorMinorPatch }}'