Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit ff11799

Browse files
author
nirsky
committed
fix ci
1 parent c1a3ac2 commit ff11799

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ jobs:
1212
Publish:
1313
name: Publish
1414
runs-on: ubuntu-latest
15-
if: github.ref == 'refs/heads/master'
1615
steps:
1716
- name: checkout
1817
uses: actions/checkout@v2
1918
with:
2019
token: ${{ secrets.ADMIN_TOKEN }}
21-
ref: 'master'
2220
# pulls all commits (needed for lerna / semantic release to correctly version)
2321
fetch-depth: '0'
2422

0 commit comments

Comments
 (0)