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:
|
goreleaser:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user