Skip to content

Commit

Permalink
fix(semver): test
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Sep 9, 2024
1 parent 381a453 commit 455516b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npx -p @nuxt/module-builder -p semantic-release -p @semantic-release/git -p @semantic-release/changelog -p @semantic-release/exec -p @semantic-release/github semantic-release --provider=github --debug=true
npx -p semantic-release -e semantic-release-monorepo -p @semantic-release/git -p @semantic-release/changelog -p @semantic-release/exec -p @semantic-release/github semantic-release --provider=github --debug=true
2 changes: 1 addition & 1 deletion packages/operators/src/network/retry/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default () => {
console.log('TEST');
console.log('TEST 123');

Check warning on line 2 in packages/operators/src/network/retry/index.js

View workflow job for this annotation

GitHub Actions / Install (ubuntu-latest, 20)

Unexpected console statement
};

0 comments on commit 455516b

Please sign in to comment.