We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd57fc6 commit f572656Copy full SHA for f572656
2 files changed
.github/workflows/build.yaml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
build:
12
name: Build
13
- uses: getdevopspro/github-actions/.github/workflows/build.yml@v6.0.2
+ uses: getdevopspro/github-actions/.github/workflows/build.yml@v6.0.3
14
with:
15
version-package: package.json
16
version-package-lock: package-lock.json
.github/workflows/release.yml
@@ -29,9 +29,7 @@ jobs:
29
promote:
30
name: CI
31
needs: ci
32
- uses: getdevopspro/github-actions/.github/workflows/promote.yml@v6.0.2
33
- secrets:
34
- registry-password: ${{ secrets.GITHUB_TOKEN }}
+ uses: getdevopspro/github-actions/.github/workflows/promote.yml@v6.0.3
35
36
37
git-add-files: package.json
0 commit comments