Skip to content

Commit

Permalink
docs: update repository name (#559)
Browse files Browse the repository at this point in the history
In order to avoid 'Repository not found: relekang/python-semantic-release.'
  • Loading branch information
sp-luciano-chinke committed Feb 22, 2023
1 parent 3a76e9d commit 5cdb05e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/automatic-releases/github-actions.rst
Expand Up @@ -48,7 +48,7 @@ Example Workflow
fetch-depth: 0
- name: Python Semantic Release
uses: relekang/python-semantic-release@master
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_username: __token__
Expand Down Expand Up @@ -88,15 +88,15 @@ multiple projects.
.. code:: yaml
- name: Release Project 1
uses: relekang/python-semantic-release@master
uses: python-semantic-release/python-semantic-release@master
with:
directory: ./project1
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_username: __token__
repository_password: ${{ secrets.PYPI_TOKEN }}
- name: Release Project 2
uses: relekang/python-semantic-release@master
uses: python-semantic-release/python-semantic-release@master
with:
directory: ./project2
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -107,4 +107,4 @@ multiple projects.
The release notes posted to GitHub will not currently distinguish which
project they are from (see `this issue`_).

.. _this issue: https://github.com/relekang/python-semantic-release/issues/168
.. _this issue: https://github.com/python-semantic-release/python-semantic-release/issues/168

0 comments on commit 5cdb05e

Please sign in to comment.