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 fde30f4 commit 40449edCopy full SHA for 40449ed
.github/workflows/build-project.yml
@@ -31,7 +31,7 @@ jobs:
31
key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
32
33
- name: Use Node.js 14.x
34
- uses: actions/setup-node@v2.4.1
+ uses: actions/setup-node@v2.5.0
35
with:
36
node-version: '14.x'
37
.github/workflows/release-project.yml
@@ -36,7 +36,7 @@ jobs:
# Extra the tagname form the git reference, value of GITHUB_REF will be something like refs/tags/<tag_name>.
run: echo "##[set-output name=tagname;]$(echo ${GITHUB_REF##*/})"
38
39
40
41
42
0 commit comments