Skip to content

Commit

Permalink
adding context in workflow (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus-reyes authored Mar 23, 2023
1 parent b70df40 commit cf6b9d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ workflows:
jobs:
- build
- publish_release:
context: circleci-github-release
requires:
- build
filters:
tags:
only: /^\d+\.\d+\.\d+$/
branches:
only: master
only: master

0 comments on commit cf6b9d5

Please sign in to comment.