Update goreleaser.yml

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

View File

@ -7,10 +7,6 @@ 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: