Skip to content

Commit 3f3097b

Browse files
committed
Fix action version in new workflow.
1 parent 957eeb6 commit 3f3097b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Push on feature branch
1+
name: Feature workflow
22

33
on:
44
push:

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Push on master branch
1+
name: Master workflow
22

33
on:
44
push:
@@ -41,7 +41,7 @@ jobs:
4141
path: dist/
4242

4343
- name: Publish to Test PyPI
44-
uses: pypa/gh-action-pypi-publish@releases/v1.8.12
44+
uses: pypa/gh-action-pypi-publish@releases/v1
4545
with:
4646
user: __token__
4747
password: ${{ secrets.TEST_PYPI_TOKEN }}
@@ -69,7 +69,7 @@ jobs:
6969
echo "::set-output name=RELEASE_VERSION::$version"
7070
7171
- name: Publish to PyPI
72-
uses: pypa/gh-action-pypi-publish@releases/v1.8.12
72+
uses: pypa/gh-action-pypi-publish@releases/v1
7373
with:
7474
user: __token__
7575
password: ${{ secrets.PYPI_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
22
![First Principles Software](https://img.shields.io/badge/Powered_by-First_Principles_Software-blue)
3-
[![Push on master](https://github.com/runemalm/py-dependency-injection/actions/workflows/master.yml/badge.svg?branch=master)](https://github.com/runemalm/py-dependency-injection/actions/workflows/master.yml)
3+
[![Master workflow](https://github.com/runemalm/py-dependency-injection/actions/workflows/master.yml/badge.svg?branch=master)](https://github.com/runemalm/py-dependency-injection/actions/workflows/master.yml)
44

55
# py-dependency-injection
66

0 commit comments

Comments
 (0)