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 09fdae0 commit 77f283aCopy full SHA for 77f283a
.circleci/config.yml
@@ -14,10 +14,10 @@ executors:
14
- image: docker:18.06.3-ce-git
15
16
orbs:
17
- codecov: codecov/codecov@1.0.5
+ codecov: codecov/codecov@3.2.3
18
moul: moul/build@1.5.0
19
retry: moul/retry@0.6.0
20
- docker: circleci/docker@0.5.13
+ docker: circleci/docker@2.1.4
21
#dl: moul/dl@1.7.0
22
tools: gotest/tools@0.0.9
23
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@master
10
- - uses: codfish/semantic-release-action@v1.9.0
+ - uses: codfish/semantic-release-action@v2.0.0
11
if: github.ref == 'refs/heads/master'
12
env:
13
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments