We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed117a commit 34500edCopy full SHA for 34500ed
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
release:
13
# prevents this action from running on forks
14
if: github.repository == 'unstoppablecarl/pinia-scope'
15
- needs: [test]
+# needs: [test]
16
runs-on: ubuntu-latest
17
permissions:
18
contents: write
@@ -22,7 +22,9 @@ jobs:
22
steps:
23
- name: Checkout
24
uses: actions/checkout@v4
25
-
+ with:
26
+ ref: main
27
+ - run: git checkout HEAD^
28
- name: Install pnpm
29
uses: pnpm/action-setup@v4
30
0 commit comments