Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-hellings committed Sep 22, 2021
1 parent 3264025 commit 2a51a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.vagrant.d/boxes
key: vagrant-${{ steps.scenario.outputs.scenario }}
key: vagrant-${{ steps.scenario.outputs.result }}
- name: Run tox against ${{ matrix.scenario }}
run: |
set -ex
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: oasis_roles
name: system

# The version of the collection. Must be compatible with semantic versioning
version: 1.1.3
version: "1.2.0"

# 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 2a51a16

Please sign in to comment.