We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56a435 commit 94640d6Copy full SHA for 94640d6
1 file changed
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
cache: "npm"
26
- run: npm install
27
- run: make
28
- - uses: actions/attest-build-provenance@v2
+ - uses: actions/attest-build-provenance@v3
29
with:
30
subject-path: '${{ github.workspace }}/be.bastelstu.wcf.nodePush.tar'
31
- name: Create Release
@@ -68,7 +68,7 @@ jobs:
68
context: files_wcf/acp/be.bastelstu.wcf.nodePush/
69
push: true
70
tags: ghcr.io/wbbaddons/nodepush:latest,ghcr.io/wbbaddons/nodepush:${{ steps.extract_version.outputs.version }}
71
72
id: attest
73
74
subject-name: ghcr.io/wbbaddons/nodepush
0 commit comments