Skip to content

Commit

Permalink
Use new release token
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Jan 31, 2025
1 parent c93725c commit c247f44
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
tags:
- 'v*'
- "v*"
name: Release new version
jobs:
release:
Expand All @@ -14,16 +14,14 @@ jobs:
with:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
-
name: setup-go
- name: setup-go
uses: actions/setup-go@v1
with:
go-version: '1.23.x'
-
name: goreleaser
go-version: "1.23.x"
- name: goreleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit c247f44

Please sign in to comment.