Skip to content

Commit

Permalink
Standardize naming convention for build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jakejackson1 committed Feb 20, 2024
1 parent 26669de commit 62fb42f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
composer --version
- name: Build
run: bash ./bin/package.sh $SOURCE_TAG
run: bash ./bin/build.sh $SOURCE_TAG
env:
SOURCE_TAG: ${{steps.tag.outputs.tag}}
GH_CREDENTIALS: ${{ secrets.GH_CREDENTIALS }}
Expand Down
File renamed without changes.

0 comments on commit 62fb42f

Please sign in to comment.