diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aed3583..21ad716 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,9 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth: 0 + token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Git Config run: | @@ -24,8 +27,11 @@ jobs: with: bun-version: latest - - name: 'Automated Version Bump' - run: npm version patch + - name: 'Automated Version Bump' + run: | + npm version patch + git push + git push --tags env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index bab16be..a94af66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@onsonr/nebula", "description": "A specialized fork of Shoelace customized for the Sonr Network, focusing on cryptocurrency and blockchain interfaces.", - "version": "0.0.3", + "version": "0.0.4", "homepage": "https://github.com/onsonr/styles", "author": "Prad ", "license": "MIT",