Skip to content

Commit

Permalink
fix: eof
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-deriv committed Sep 19, 2023
1 parent e3ceb18 commit 77a7648
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/actions/publish_to_pages_production/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ runs:
cd public
npx wrangler pages publish . --project-name=deriv-static-content-pages --branch=main
echo "New website - REDACTED-pages-deriv-static-content.deriv.com"
shell: bash
shell: bash

3 changes: 2 additions & 1 deletion .github/actions/send_slack_notifications/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ runs:
"text": "'"${{ inputs.release_type }}"' Release failed for deriv-static-content with version *'"${{ inputs.version }}"'*"
}' \
$SLACK_WEBHOOK_URL
shell: bash
shell: bash

3 changes: 2 additions & 1 deletion .github/actions/versioning/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ runs:
steps:
- name: Tag build
run: echo "${{ inputs.target_branch }} $(date -u +'%Y-%m-%dT%H:%M:%SZ')" > public/version
shell: bash
shell: bash

4 changes: 1 addition & 3 deletions .github/workflows/release_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ on:
- master
jobs:
release_production:
if: # GitHub does not currently support regular expressions inside if conditions
# github.ref == 'refs/heads//^master$/'
runs-on: ubuntu-latest
container:
image: node:18.4.0
image: node:18.16.1
steps:
- uses: actions/[email protected]
- uses: "./.github/actions/versioning"
Expand Down

0 comments on commit 77a7648

Please sign in to comment.