Skip to content

Commit

Permalink
chore: fix publishing tag during release
Browse files Browse the repository at this point in the history
  • Loading branch information
Piccirello committed Jul 15, 2022
1 parent 0e9fcc9 commit 80a9cef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
publish:
runs-on: ubuntu-latest
if: github.actor == 'piccirello'
permissions:
contents: write
steps:
- name: Set up Go
uses: actions/setup-go@v1
Expand Down

0 comments on commit 80a9cef

Please sign in to comment.