Skip to content

Commit

Permalink
use goreleaser environment
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncooper committed Feb 7, 2024
1 parent f0a1ebe commit d6ec4c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions:
jobs:
goreleaser:
runs-on: ubuntu-latest
environment: goreleaser
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -28,4 +29,4 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}

0 comments on commit d6ec4c8

Please sign in to comment.