diff --git a/.github/workflows/master-workflow.yaml b/.github/workflows/master-workflow.yaml index 015eb9dfc..055016835 100644 --- a/.github/workflows/master-workflow.yaml +++ b/.github/workflows/master-workflow.yaml @@ -42,7 +42,7 @@ jobs: msg: ${{ steps.pubspecVersion.outputs.version }} separator: '+' - name: Validate that version doesn't exists - uses: mukunku/tag-exists-action@v1.2.0 + uses: mukunku/tag-exists-action@v1.4.0 id: checkTag with: tag: ${{ steps.split.outputs._0 }}