Skip to content

Commit

Permalink
test login
Browse files Browse the repository at this point in the history
  • Loading branch information
samvdb committed Mar 14, 2022
1 parent 4da3a31 commit 76659cf
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: goreleaser

#on:
# push:
# tags:
# - '*'
on:
pull_request:
push:
tags:
- '*'

jobs:
goreleaser:
Expand All @@ -17,6 +20,12 @@ jobs:
-
name: Set up Go
uses: actions/setup-go@v2
- name: ghcr-login
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 76659cf

Please sign in to comment.