Skip to content

Commit

Permalink
chore: create github release in cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 23, 2023
1 parent 65a4b93 commit b6888dd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ jobs:
contents: write
steps:
# checkout the repo and supply a PAT for the changelog update commit.
- uses: actions/checkout@v3
- id: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{secrets.PAT}}

# use semantic-release
id: semantic-release-job
uses: python-semantic-release/python-semantic-release@master
- id: semantic-release-job
uses: python-semantic-release/python-semantic-release@master

# Always build & lint package. Need to re-checkout after semantic-release in case it
# made a commit
Expand Down

0 comments on commit b6888dd

Please sign in to comment.