Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Looskie committed Dec 7, 2023
1 parent dd3e42c commit 7fec69e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
container: node:20-buster
env:
CLICKHOUSE_URL: http://clickhouse:8123
services:
Expand All @@ -20,7 +21,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v1
with:
fetch-depth: 0

Expand Down

0 comments on commit 7fec69e

Please sign in to comment.