We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0758150 commit 8a7149fCopy full SHA for 8a7149f
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
frontend:
4
docker:
5
- - image: cimg/node:16.19
+ - image: cimg/node:lts
6
steps:
7
- checkout
8
- run:
@@ -59,7 +59,7 @@ jobs:
59
60
name: "Publish Release on GitHub"
61
command: |
62
- go install github.com/tcnksm/ghr@v0.14.0
+ go install github.com/tcnksm/ghr@v0.16.0
63
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} ./release/gh/
64
65
@@ -68,7 +68,7 @@ jobs:
68
69
70
- setup_remote_docker:
71
- version: 20.10.11
+ version: 20.10.18
72
- run: |
73
TAG=${CIRCLE_TAG:1}
74
TAG=${TAG:-latest}
0 commit comments