We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c410dc commit ef8a390Copy full SHA for ef8a390
.github/workflows/python-package.yml
@@ -53,11 +53,13 @@ jobs:
53
54
steps:
55
- uses: actions/checkout@v2
56
+ with:
57
+ token: ${{ secrets.GH_TOKEN }}
58
+ fetch-depth: 0
59
- name: Set up Python ${{ matrix.python-version }}
60
uses: actions/setup-python@v2
61
with:
62
python-version: ${{ matrix.python-version }}
- token: ${{ secrets.GH_TOKEN }}
63
- name: install semantic-release
64
run: |
65
pip install python-semantic-release
0 commit comments