Skip to content

Commit

Permalink
fix(gha): release: set working dir, pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
huyz committed Feb 25, 2023
1 parent 2694c1a commit 93de121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

defaults:
run:
working-directory: ${{ env.WORKING_DIR }}
working-directory: ansible_collections/huyz/general

jobs:

Expand Down Expand Up @@ -44,6 +44,6 @@ jobs:
- name: Build collection and publish to Galaxy
uses: artis3n/ansible_galaxy_collection@v2
with:
collection_dir: ${{ env.WORKING_DIR }}}
collection_dir: ${{ env.WORKING_DIR }}
api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
galaxy_version: ${{ env.RELEASE_VERSION }}

0 comments on commit 93de121

Please sign in to comment.