Update goreleaser.yml

This commit is contained in:
ai773203918 2024-11-15 18:13:08 +08:00 committed by GitHub
parent cb2b782442
commit d24d89a284
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: