Skip to content

Commit

Permalink
ci: pull all commits
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikdevcom committed May 17, 2022
1 parent ea25aac commit 299e574
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,16 @@ jobs:
python-version: '3.10'
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY_USERNAME: '__token__'
REPOSITORY_PASSWORD: ${{ secrets.REPOSITORY_PASSWORD }}
run: |
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
pip install python-semantic-release
git config user.name github-actions
git config user.email [email protected]
semantic-release publish -v DEBUG
semantic-release publish

0 comments on commit 299e574

Please sign in to comment.