Skip to content

Commit

Permalink
Merge pull request #4 from loveholidays/test-github-action
Browse files Browse the repository at this point in the history
update goreleaser actions
  • Loading branch information
husseinferas authored Jan 19, 2023
2 parents d2d3111 + da14dca commit 5a0d1f3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "v*.*.*"

permissions:
contents: read
contents: write
pull-requests: write
issues: write
checks: read
Expand All @@ -18,9 +18,8 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
Expand Down

0 comments on commit 5a0d1f3

Please sign in to comment.