Skip to content

Commit

Permalink
fixed: actions (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharo-jef committed Jun 15, 2022
1 parent ddd86d9 commit 8ed9a8a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,24 @@ on:
tags:
- '*'

permissions:
contents: write
packages: write

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v2
- name: Fetch all tags
run: git fetch --force --tags
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.18
- name: Release
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 8ed9a8a

Please sign in to comment.