Skip to content

Commit

Permalink
fix making releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Dec 29, 2021
1 parent dada9b6 commit 76cf8af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
push:
branches:
- main
tags:
- '*'
release:
types: [published]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- name: Python Semantic Release
uses: relekang/python-semantic-release@master
Expand Down

0 comments on commit 76cf8af

Please sign in to comment.