Skip to content

Commit f58de2b

Browse files
committed
Bump to 1.1.3
1 parent c108266 commit f58de2b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ on:
66
jobs:
77
release:
88
uses: ansible-middleware/github-actions/.github/workflows/release.yml@main
9-
secrets: inherit
109
with:
1110
collection_fqcn: 'middleware_automation.common'
11+
secrets:
12+
galaxy_token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
1213

1314
dispatch:
1415
needs: release

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: middleware_automation
33
name: common
4-
version: "1.1.2"
4+
version: "1.1.3"
55
readme: README.md
66
authors:
77
- Andrew Block <ablock@redhat.com>

0 commit comments

Comments
 (0)