Skip to content

Commit

Permalink
[CARD-44] Prepare for 0.0.0 webapp-react release
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsmth-tier2 committed Mar 12, 2024
1 parent 4fdeee7 commit eaf0277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/step-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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-react-$(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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webapp-react",
"version": "0.1.2-SNAPSHOT",
"version": "0.0.0-SNAPSHOT",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit eaf0277

Please sign in to comment.