This repository was archived by the owner on Mar 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-24
lines changed Expand file tree Collapse file tree 2 files changed +4
-24
lines changed Original file line number Diff line number Diff line change @@ -19,18 +19,13 @@ jobs:
19
19
- name : Set up Python
20
20
uses : actions/setup-python@v4
21
21
with :
22
- python-version : " 3.10 "
22
+ python-version : " 3.11 "
23
23
24
24
- name : Upgrade pip
25
25
run : |
26
26
pip install --constraint=.github/workflows/constraints.txt pip
27
27
pip --version
28
28
29
- - name : Install Poetry
30
- run : |
31
- pip install --constraint=.github/workflows/constraints.txt poetry
32
- poetry --version
33
-
34
29
- name : Check if there is a parent commit
35
30
id : check-parent-commit
36
31
run : |
@@ -39,11 +34,11 @@ jobs:
39
34
- name : Detect and tag new version
40
35
id : check-version
41
36
if : steps.check-parent-commit.outputs.sha
42
- uses : salsify/action-detect-and-tag-new-version@v2.0.2
37
+ uses : salsify/action-detect-and-tag-new-version@v2
43
38
with :
44
39
tag-template : " {VERSION}"
45
40
version-command : |
46
- bash -o pipefail -c "poetry version | awk '{ print \$2 }'"
41
+ cat current- version.txt
47
42
48
43
- name : Install Ansible
49
44
run : |
53
48
run : ansible-galaxy role import --api-key ${{ secrets.GALAXY_TOKEN }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
54
49
55
50
- name : Publish the release notes
56
- uses : release-drafter/release-drafter@v5.21.1
51
+ uses : release-drafter/release-drafter@v5
57
52
with :
58
53
publish : ${{ steps.check-version.outputs.tag != '' }}
59
54
tag : ${{ steps.check-version.outputs.tag }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments