Skip to content

Commit

Permalink
Configure releaser env
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerhp committed Jun 23, 2022
1 parent ed498b4 commit aa7a620
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
goreleaser:
environment: releaser
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -23,4 +24,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}s
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

0 comments on commit aa7a620

Please sign in to comment.