Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeff07 committed Dec 3, 2021
1 parent 8be9b5d commit fb941d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
python-version: 3.8
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: |
python -m pip install poetry --upgrade pip
Expand All @@ -34,6 +36,8 @@ jobs:
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git rev-parse --abbrev-ref HEAD
git describe --tags
git log --oneline $(git describe --tags --abbrev=0 @^)..@
semantic-release print-version --noop -v DEBUG
semantic-release publish -v DEBUG -D commit_author="github-actions <action@github.com>"

0 comments on commit fb941d8

Please sign in to comment.