Skip to content

Commit

Permalink
ci: Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Jan 30, 2023
1 parent eb9f32a commit ade345b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/fctl/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Run GoReleaser
env:
GITHUB_TOKEN: ${{ secrets.NUMARY_GITHUB_TOKEN }}
FURY_TOKEN_FORMANCE: ${{ secrets.FURY_TOKEN_FORMANCE }}
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
uses: goreleaser/goreleaser-action@v2
with:
version: latest
Expand Down
2 changes: 1 addition & 1 deletion components/fctl/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ publishers:
ids:
- packages
dir: "{{ dir .ArtifactPath }}"
cmd: curl -F package=@{{ .ArtifactName }} https://{{ .Env.FURY_TOKEN_FORMANCE }}@push.fury.io/formance/
cmd: curl -F package=@{{ .ArtifactName }} https://{{ .Env.FURY_TOKEN }}@push.fury.io/formance/

0 comments on commit ade345b

Please sign in to comment.