Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheAdams committed May 26, 2021
2 parents 588d11a + 17507b2 commit 5a38836
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ jobs:
asset_path: ${{github.workspace}}/give.zip
asset_name: ${{ github.event.repository.name }}.zip
asset_content_type: application/zip

- name: Slack Notification
uses: someimportantcompany/github-actions-slack-message@v1
with:
webhook-url: ${{ secrets.SLACK_ANNOUNCEMENT_WEBHOOK }}
text: "*${{ github.event.repository.name }} ${{ github.event.release.name }} has just been released! 🎉* \n\n Here's what's new: \n\n ${{ github.event.release.body }} \n\n <${{ github.event.release.html_url }}|Link to Release>"
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"build": "npm run production",
"lint": "npm run lint:js & npm run lint:scss & npm run lint:php",
"lint:js": "eslint src/**/resources/**/*.js",
"lint:js-fix": "eslint src/**/resources/**/*.js --fix",
Expand Down

0 comments on commit 5a38836

Please sign in to comment.