Update goreleaser.yml
This commit is contained in:
parent
cb2b782442
commit
d24d89a284
4
.github/workflows/goreleaser.yml
vendored
4
.github/workflows/goreleaser.yml
vendored
@ -7,6 +7,10 @@ jobs:
|
||||
goreleaser:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Print GITHUB_TOKEN
|
||||
run: echo "GITHUB_TOKEN is set to '${{ secrets.GITHUB_TOKEN }}'"
|
||||
- name: Login to GitHub Package Registry
|
||||
run: echo ${{ secrets.GPR_TOKEN }} | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user