diff --git a/.github/workflows/step-release.yaml b/.github/workflows/step-release.yaml index 498a2ff8..9c587814 100644 --- a/.github/workflows/step-release.yaml +++ b/.github/workflows/step-release.yaml @@ -13,7 +13,7 @@ jobs: - name: Bump and Tag 🏷️ run: | npm version patch - git tag "$(cat package.json | jq -r '.version')" -m "[release] planetary-defence-$(cat package.json | jq -r '.version')" + git tag "$(cat package.json | jq -r '.version')" -m "[release] webapp-$(cat package.json | jq -r '.version')" git push origin "$(cat package.json | jq -r '.version')" echo "VERSION=$(cat package.json | jq -r '.version')" >> $GITHUB_ENV echo "MAJOR=$(cat package.json | jq -r '.version' | cut -d "." -f 1)" >> $GITHUB_ENV diff --git a/package.json b/package.json index 2cdd9594..64a3772a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webapp", - "version": "0.0.1-SNAPSHOT", + "version": "0.0.0-SNAPSHOT", "scripts": { "ng": "ng", "start": "ng serve",