You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,6 @@ workflows:
86
86
context: your-context # Case contain your Github Token
87
87
token: GITHUB_TOKEN # Token as env_var
88
88
git-push: true # Push changelog to remote repository
89
-
push-force: true # Force the push to remote repository
90
89
filters: *orb_tagged_filters # Trigger to only tag
91
90
```
92
91
@@ -113,6 +112,15 @@ workflows:
113
112
context: your-context # Case contain your Github Token
114
113
token: GITHUB_TOKEN # Token as env_var
115
114
git-push: false # The changelog will be stored in /tmp/.persist/persist/ and can be retrieved using: - attach_workspace: at: tmp //https://circleci.com/docs/2.0/configuration-reference/#example-7
0 commit comments