Skip to content

Commit

Permalink
testing fix for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Starcher committed Jul 3, 2023
1 parent d98c09a commit d9684f9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ on:
push:
tags: ['*']

permissions:
contents: write

jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: git fetch --prune --unshallow
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: 1.20
Expand Down

0 comments on commit d9684f9

Please sign in to comment.