Skip to content

Commit

Permalink
Merge pull request #29 from wayofdev/chore/versions
Browse files Browse the repository at this point in the history
fix: wrong repo name
  • Loading branch information
lotyp authored Feb 9, 2023
2 parents 23ab802 + 9e61b4d commit 2b5028d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/shy-balloons-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@wayofdev/browserslist-config': patch
'@wayofdev/eslint-config-bases': patch
---

chore: updating versions
3 changes: 2 additions & 1 deletion .github/workflows/release-or-version-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 2b5028d

Please sign in to comment.