diff options
| author | Nejc Habjan <nejc.habjan@siemens.com> | 2022-05-28 17:35:17 +0200 |
|---|---|---|
| committer | John Villalovos <john@sodarock.com> | 2022-05-28 08:48:24 -0700 |
| commit | 1c021892e94498dbb6b3fa824d6d8c697fb4db7f (patch) | |
| tree | 8c48a7f483c2270e64e35ec129d06471398bacb7 | |
| parent | 0ea61ccecae334c88798f80b6451c58f2fbb77c6 (diff) | |
| download | gitlab-1c021892e94498dbb6b3fa824d6d8c697fb4db7f.tar.gz | |
chore(ci): fix prefix for action version
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e995c3..d8e688d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.RELEASE_GITHUB_TOKEN }} - name: Python Semantic Release - uses: relekang/python-semantic-release@7.28.1 + uses: relekang/python-semantic-release@v7.28.1 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }} |
