Skip to content

Commit

Permalink
try to checkolut source
Browse files Browse the repository at this point in the history
  • Loading branch information
suchov committed Sep 10, 2023
1 parent 2852b20 commit 1ae929e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: source
- name: Build
run: |
npm ci
Expand Down

0 comments on commit 1ae929e

Please sign in to comment.