From 0620d22739ec5bfaadf716b2f49f8747cf96878e Mon Sep 17 00:00:00 2001 From: David Montemayor Date: Fri, 21 Jun 2024 16:23:12 -0700 Subject: [PATCH] tmp: dry-run changes --- .github/workflows/release.yaml | 8 ++------ package.json | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7e28a4947..630af0f45 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,17 +2,13 @@ name: Release on: push: branches: - - main + - versioning-1 permissions: contents: read # for checkout jobs: - lint-and-test: - uses: ./.github/workflows/lint-and-test.yml - release: name: Release runs-on: large-8-core-32gb-22-04 - needs: [lint-and-test] environment: deploy #!! DO NOT CHANGE THIS LINE !! # permissions: contents: write # to be able to publish a GitHub release @@ -31,7 +27,7 @@ jobs: - name: Semantic Release run: | npm install semantic-release - npx semantic-release + npx semantic-release --dry-run env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} #CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }} #TODO: add CRATES_TOKEN diff --git a/package.json b/package.json index 22a7d0190..06686f4dc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "release": { "branches": [ - "main" + "versioning-1" ], "tagFormat": "v${version}", "plugins": [