Skip to content

Commit

Permalink
Rename "frontend-publish.sh" to "publish.sh"
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Jul 7, 2024
1 parent de90fe2 commit f2fe47c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/download-artifact@v3

- name: Publish Website
run: .github/workflows/frontend-publish.sh
run: .github/workflows/publish.sh
env:
CF_DISTRIBUTION: ${{ secrets.STAKING_PROD_CF_DISTRIBUTION }}
DRY_RUN: ${{ steps.aws-context.outputs.dry-run }}
Expand Down
File renamed without changes.

0 comments on commit f2fe47c

Please sign in to comment.