Skip to content

Commit

Permalink
ci: checkout when publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jef committed Oct 21, 2022
1 parent d59b98e commit a5c0ed8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Expand Up @@ -8,6 +8,8 @@ jobs:
name: Create release
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit a5c0ed8

Please sign in to comment.