Skip to content

Commit

Permalink
Update comment for making zarf executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Oct 14, 2023
1 parent 2750b37 commit 838d36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_GOV_SECRET_ACCESS_KEY }}
aws-region: us-gov-west-1

- name: Skip brew latest for pre-release tags
- name: Make zarf executable and skip brew latest for pre-release tags
run: |
chmod +x build/zarf
if [[ $GITHUB_REF_NAME == *"rc"* ]]; then
Expand Down

0 comments on commit 838d36b

Please sign in to comment.