Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Jun 11, 2022
1 parent 3fc35ba commit 0f9d2f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
"fields": [
{
"type": "mrkdwn",
"text": "*Branch* · <https://github.com/${{ github.repository }}/tree/${{ env.BRANCH }}|${{ env.BRANCH }}>"
"text": "*Branch* · <https://github.com/${{ github.repository }}/tree/develop|develop>"
},
{
"type": "mrkdwn",
Expand Down
Empty file added CHANGELOG.md
Empty file.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"dev": "npm run mock & npm run dev --workspace @casimir/website",
"lint": "eslint --ext .vue,.ts ./ --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"test:push": "scripts/actions/test -w push"
"test:push": "scripts/actions/test -w push",
"release": "release-it"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0f9d2f9

Please sign in to comment.