Skip to content

Commit

Permalink
chore: revert back to master after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
frazarshad committed Mar 11, 2024
1 parent fe6da23 commit bfcb188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release CI

on:
push:
branches: [fraz/test-npm]
branches: [master]
workflow_dispatch:
inputs:
version:
Expand All @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v2
with:
fetch-depth: 0
ref: fraz/test-npm
ref: master

- name: Set pnpm cache directory
run: pnpm config set store-dir .pnpm-store
Expand Down

0 comments on commit bfcb188

Please sign in to comment.