Checkout.
This commit is contained in:
parent
c4c7c34b1e
commit
fe8c83c30e
1 changed files with 4 additions and 1 deletions
|
@ -18,6 +18,9 @@ jobs:
|
|||
container:
|
||||
image: ghcr.io/goreleaser/goreleaser:v2.1.0
|
||||
steps:
|
||||
- run: |
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Run goreleaser
|
||||
run: |
|
||||
echo ${{ github.workspace }}
|
||||
goreleaser release
|
Loading…
Reference in a new issue