Skip to content

Commit

Permalink
ci: rename some things (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
felicianotech committed Jan 18, 2023
1 parent e207183 commit 3a6c52a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ executors:
resource_class: windows.medium

workflows:
main:
main-wf:
jobs:
- test
- gor/release:
Expand All @@ -47,7 +47,7 @@ workflows:
- linux-arm64
- macos
#- windows
release:
release-wf:
jobs:
- test:
filters:
Expand All @@ -70,7 +70,7 @@ workflows:
root: "."
paths:
- "dist"
context: main-context
context: goreleaser-ctx
- deb-publish:
requires:
- gor/release
Expand Down

0 comments on commit 3a6c52a

Please sign in to comment.