Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 84b8cef

Browse files
authored
Fix release comments on Netlify (#11)
* debug github context * add release test to pipeline * oops * maybe its an ez fix * remove debug changes * update dependencies * update dist * fix lint * update readme
1 parent 1da640a commit 84b8cef

File tree

8 files changed

+108688
-104504
lines changed

8 files changed

+108688
-104504
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
'react/jsx-one-expression-per-line': 'off',
1717
'react/jsx-props-no-spreading': 'off',
1818
'react/jsx-wrap-multilines': 'off',
19-
'@typescript-eslint/ban-ts-ignore': 'warn',
19+
'@typescript-eslint/camelcase': 'off',
2020
'@typescript-eslint/explicit-function-return-type': 'off',
2121
'@typescript-eslint/indent': 'off',
2222
'@typescript-eslint/quotes': 'off',

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ jobs:
113113
netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
114114
netlify-site-id: ${{ secrets.NETLIFY_SITE_ID }}
115115
build-dir: './example'
116-
comment-on-commit: true
116+
comment-on-commit: true

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# e.g. `yarn build` for create-react-app
5656

5757
- name: Deploy draft to Netlify
58-
uses: South-Paw/action-netlify-deploy@v1.0.3
58+
uses: South-Paw/action-netlify-deploy@v1.0.4
5959
with:
6060
github-token: ${{ secrets.GITHUB_TOKEN }}
6161
netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
@@ -79,7 +79,7 @@ jobs:
7979
# e.g. `yarn build` for create-react-app
8080

8181
- name: Deploy production to Netlify
82-
uses: South-Paw/action-netlify-deploy@v1.0.3
82+
uses: South-Paw/action-netlify-deploy@v1.0.4
8383
with:
8484
github-token: ${{ secrets.GITHUB_TOKEN }}
8585
netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
@@ -117,7 +117,7 @@ jobs:
117117
# e.g. `yarn build` for create-react-app
118118

119119
- name: Deploy draft to Netlify
120-
uses: South-Paw/action-netlify-deploy@v1.0.3
120+
uses: South-Paw/action-netlify-deploy@v1.0.4
121121
with:
122122
github-token: ${{ secrets.GITHUB_TOKEN }}
123123
netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
@@ -141,7 +141,7 @@ jobs:
141141
# e.g. `yarn build` for create-react-app
142142

143143
- name: Deploy production to Netlify
144-
uses: South-Paw/action-netlify-deploy@v1.0.3
144+
uses: South-Paw/action-netlify-deploy@v1.0.4
145145
with:
146146
github-token: ${{ secrets.GITHUB_TOKEN }}
147147
netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
@@ -181,7 +181,7 @@ jobs:
181181
# e.g. `yarn build` for create-react-app
182182

183183
- name: Deploy draft to Netlify
184-
uses: South-Paw/action-netlify-deploy@v1.0.3
184+
uses: South-Paw/action-netlify-deploy@v1.0.4
185185
with:
186186
github-token: ${{ secrets.GITHUB_TOKEN }}
187187
netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
@@ -205,7 +205,7 @@ jobs:
205205
# e.g. `yarn build` for create-react-app
206206

207207
- name: Deploy production to Netlify
208-
uses: South-Paw/action-netlify-deploy@v1.0.3
208+
uses: South-Paw/action-netlify-deploy@v1.0.4
209209
with:
210210
github-token: ${{ secrets.GITHUB_TOKEN }}
211211
netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 commit comments

Comments
 (0)