Skip to content

Commit

Permalink
chore(ci): Enable PyPi push on master
Browse files Browse the repository at this point in the history
  • Loading branch information
germainlefebvre4 committed Dec 5, 2020
1 parent 3b0e141 commit 6e13f62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-feat-dryrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Release development branches
on:
push:
branches:
- develop
- feat/*
- fix/*
- chore/*

jobs:
release:
Expand All @@ -31,14 +31,17 @@ jobs:
with:
branches: |
[
'chore/pytest'
'develop',
'feat/*',
'fix/*'
]
semantic_version: 17.2.2
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]
@semantic-release/[email protected]
@semantic-release/[email protected]
dry_run: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
@semantic-release/[email protected]
@semantic-release/[email protected]
@semantic-release/[email protected]
dry_run: true
dry_run: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 6e13f62

Please sign in to comment.