Skip to content

Commit

Permalink
enable publish to galaxy (#46)
Browse files Browse the repository at this point in the history
* Update release.yml

* Update galaxy.yml
  • Loading branch information
salob authored Apr 13, 2023
1 parent 1d7dd86 commit 72a2064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "COLLECTION_ARCHIVE=$(ls $PWD/*tar.gz)" >> $GITHUB_ENV
#GITHUB_ENV update is only available in subsequent runs
export collection_archive=`ls $PWD/*tar.gz`
#ansible-galaxy collection publish --token "${{ secrets.GALAXY_TOKEN }}" -c -vvv $collection_archive
ansible-galaxy collection publish --token "${{ secrets.GALAXY_TOKEN }}" -c -vvv $collection_archive
- name: Create GitHub Release
uses: marvinpinto/action-automatic-releases@latest
with:
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: spm_middleware

# The version of the collection. Must be compatible with semantic versioning
# Please note. version also exists in /github/workflows/release.yml and will need to be update also
version: 1.2.0
version: 1.2.1

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down

0 comments on commit 72a2064

Please sign in to comment.