diff --git a/.github/workflows/publish-to-pages.yml b/.github/workflows/publish-to-pages.yml index 8b560d82..41991096 100644 --- a/.github/workflows/publish-to-pages.yml +++ b/.github/workflows/publish-to-pages.yml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v4 - name: Build Angular app run: | - npm version ${{ github.event.release.tag_name }} + npm version ${{ github.event.release.tag_name }} --git-tag-version=false npm ci npx ng build --base-href https://axeljaeger.github.io/phased/ - name: Upload Pages artifact