Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pvinis committed Dec 7, 2024
1 parent 4cb9c28 commit ab70666
Show file tree
Hide file tree
Showing 6 changed files with 2,457 additions and 1,630 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: pnpm install
- run: npm install

- name: Run new-release script
run: ./scripts/new-release.sh ${{ github.event.client_payload.version }}
2 changes: 1 addition & 1 deletion .github/workflows/release_notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: pnpm install
- run: npm install

- name: Notify upgrade-support of a new release
run: ./scripts/notify-new-release.js
1 change: 0 additions & 1 deletion mise.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[tools]
node = "20"
pnpm = "9"
ruby = "3.2"
Loading

0 comments on commit ab70666

Please # to comment.