From 12c4233c4e09d156d0ee4ead653ec3bb78f63b75 Mon Sep 17 00:00:00 2001 From: lotyp Date: Thu, 9 Feb 2023 11:29:54 +0200 Subject: [PATCH 1/2] fix: wrong repo name --- .github/workflows/release-or-version-pr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-or-version-pr.yml b/.github/workflows/release-or-version-pr.yml index 4c578e78..950dcd97 100644 --- a/.github/workflows/release-or-version-pr.yml +++ b/.github/workflows/release-or-version-pr.yml @@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy jobs: release: # Basic security: the release job can only be executed from this repo and from the master branch (not a remote thing) - if: ${{ github.repository == 'wayofdev/next-starter-tpl' && contains('refs/heads/master',github.ref)}} + if: ${{ github.repository == 'wayofdev/npm-shareable-configs' && contains('refs/heads/master',github.ref)}} name: Release using ${{ matrix.node }} - ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: @@ -45,6 +45,7 @@ jobs: cwd: ${{ github.workspace }} publish: pnpm run cs:release version: pnpm run cs:version + setupGitUser: true # Optional, might be used in conjunction with GITHUB_TOKEN to # allow running the workflows on a Version package action. # Be aware of security implications. From 9e61b4d3019d60b1fdabc2b3479b5d3d9fde84a0 Mon Sep 17 00:00:00 2001 From: lotyp Date: Thu, 9 Feb 2023 11:30:50 +0200 Subject: [PATCH 2/2] fix: wrong repo name --- .changeset/shy-balloons-trade.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/shy-balloons-trade.md diff --git a/.changeset/shy-balloons-trade.md b/.changeset/shy-balloons-trade.md new file mode 100644 index 00000000..b3a663b5 --- /dev/null +++ b/.changeset/shy-balloons-trade.md @@ -0,0 +1,6 @@ +--- +'@wayofdev/browserslist-config': patch +'@wayofdev/eslint-config-bases': patch +--- + +chore: updating versions