Skip to content

Commit 359d540

Browse files
committed
Remove unnecessary steps in release
1 parent b756b2c commit 359d540

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@ jobs:
99
steps:
1010
- name: Checkout repo
1111
uses: actions/checkout@v2
12-
- name: Set up Python 3.8
13-
uses: actions/setup-python@v2
14-
with:
15-
python-version: 3.8
16-
- name: Install ansible-core to deploy collection
17-
run: pip install ansible-core
12+
1813
- name: Build and Deploy Collection
1914
uses: artis3n/ansible_galaxy_collection@v2
2015
with:

0 commit comments

Comments
 (0)