Skip to content

Commit f572656

Browse files
committed
wip
1 parent dd57fc6 commit f572656

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
name: Build
13-
uses: getdevopspro/github-actions/.github/workflows/build.yml@v6.0.2
13+
uses: getdevopspro/github-actions/.github/workflows/build.yml@v6.0.3
1414
with:
1515
version-package: package.json
1616
version-package-lock: package-lock.json

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929
promote:
3030
name: CI
3131
needs: ci
32-
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v6.0.2
33-
secrets:
34-
registry-password: ${{ secrets.GITHUB_TOKEN }}
32+
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v6.0.3
3533
with:
3634
version-package: package.json
3735
git-add-files: package.json

0 commit comments

Comments
 (0)