Skip to content

Commit 34500ed

Browse files
get Release action working
1 parent 3ed117a commit 34500ed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
release:
1313
# prevents this action from running on forks
1414
if: github.repository == 'unstoppablecarl/pinia-scope'
15-
needs: [test]
15+
# needs: [test]
1616
runs-on: ubuntu-latest
1717
permissions:
1818
contents: write
@@ -22,7 +22,9 @@ jobs:
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v4
25-
25+
with:
26+
ref: main
27+
- run: git checkout HEAD^
2628
- name: Install pnpm
2729
uses: pnpm/action-setup@v4
2830

0 commit comments

Comments
 (0)