Skip to content

Commit a5c0ed8

Browse files
committed
ci: checkout when publish
1 parent d59b98e commit a5c0ed8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
name: Create release
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Checkout repository
12+
uses: actions/checkout@v3
1113
- name: Login to GitHub Container Registry
1214
uses: docker/login-action@v2
1315
with:

0 commit comments

Comments
 (0)