Update goreleaser.yml
This commit is contained in:
parent
d24d89a284
commit
5da5d9b347
4
.github/workflows/goreleaser.yml
vendored
4
.github/workflows/goreleaser.yml
vendored
@ -7,10 +7,6 @@ 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