From 36498ae12af77790d73ae107ea64d24f317d21d9 Mon Sep 17 00:00:00 2001 From: Jakob Rosenberg Date: Tue, 11 Jan 2022 11:13:13 +0100 Subject: [PATCH 1/2] chore: removed dry version --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3e17743..653146b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: - name: Publish # for testing, add -- --dry-run --debug - run: npm run semantic-release -- --dry-run --debug + run: npm run semantic-release env: ATOM_ACCESS_TOKEN: ${{ secrets.PUBLISHER_TOKEN }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From cd3de0614f12fb6e2ce410a5174e5ced885ee8ab Mon Sep 17 00:00:00 2001 From: Jakob Rosenberg Date: Tue, 11 Jan 2022 11:15:46 +0100 Subject: [PATCH 2/2] chore: readd debug --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 653146b..2e5c1e7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: - name: Publish # for testing, add -- --dry-run --debug - run: npm run semantic-release + run: npm run semantic-release -- --debug env: ATOM_ACCESS_TOKEN: ${{ secrets.PUBLISHER_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}