Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
erdrix committed Mar 8, 2024
1 parent cbb2452 commit c4ca745
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/terraform-modules-oci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Publish OCI
run: |
echo "${{ steps.prep.outputs.VERSION }}"
ls -la
echo "${{ steps.prepare_tag.outputs.VERSION }}"
ls -la "${{ inputs.organization_layer_name }}/${{ inputs.team_name }}/${{ inputs.products_path }}/**"
# bash -x ./publish-oci.sh ${{ steps.prep.outputs.VERSION }}
# bash -x ./publish-oci.sh ${{ steps.prepare_tag.outputs.VERSION }}

0 comments on commit c4ca745

Please sign in to comment.