Skip to content

Commit

Permalink
Ignore git tag for new version as tag is already created by CI. (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
axeljaeger authored Sep 2, 2024
1 parent 3016b27 commit bf4c7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf4c7be

Please sign in to comment.