diff --git a/.github/workflows/azure-static-web-apps-delightful-flower-0c3edd710.yml b/.github/workflows/azure-static-web-apps-delightful-flower-0c3edd710.yml index 569a50a..2afef63 100644 --- a/.github/workflows/azure-static-web-apps-delightful-flower-0c3edd710.yml +++ b/.github/workflows/azure-static-web-apps-delightful-flower-0c3edd710.yml @@ -46,23 +46,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.9.7 - with: - versionSpec: '5.x' - - - name: Determine Version - id: gitversion - uses: gittools/actions/gitversion/execute@v0.9.7 - with: - useConfigFile: true - - - name: Set Version number in .env - uses: datamonsters/replace-action@v2 - with: - files: '.env' - replacements: 'DEV=${{ steps.gitversion.outputs.majorMinorPatch }}' - - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1 diff --git a/GitVersion.yml b/GitVersion.yml deleted file mode 100644 index aa131ae..0000000 --- a/GitVersion.yml +++ /dev/null @@ -1,9 +0,0 @@ -mode: Mainline -branches: {} -ignore: - sha: [] -major-version-bump-message: '^(breaking|major):' -minor-version-bump-message: '^(feature|minor):' -patch-version-bump-message: '^(fix|patch):' -no-bump-message: '^(none|skip):' -merge-message-formats: {} \ No newline at end of file diff --git a/src/components/RecipeCard.vue b/src/components/RecipeCard.vue index 926248a..d495e49 100644 --- a/src/components/RecipeCard.vue +++ b/src/components/RecipeCard.vue @@ -24,7 +24,8 @@ const emit = defineEmits<{ cursor-pointer ">