Skip to content

Commit

Permalink
ci: temp commenting this untill issue is resolved: nrwl/nx#21845
Browse files Browse the repository at this point in the history
  • Loading branch information
cskiwi committed Feb 16, 2024
1 parent 7c53a5b commit 148d405
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
permissions:
actions: read
contents: write


concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -89,8 +90,8 @@ jobs:
git config --local user.name "Badman Releaser"
# create release on master en develop
- name: Create release
run: npx nx release -y
# - name: Create release
# run: npx nx release

# deploy the new packages
- name: Deploy
Expand Down

0 comments on commit 148d405

Please sign in to comment.