We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f1e0c0 + 1d9a01e commit c7716a2Copy full SHA for c7716a2
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Generate release version number
35
if: "env.PUBLISH == 'true'"
36
id: versiongen
37
- uses: pixl8/github-action-twgit-release-version-generator@v2
+ uses: pixl8/github-action-twgit-release-version-generator@v3
38
39
- name: Inject version into box json
40
@@ -95,7 +95,7 @@ jobs:
95
96
- name: Publish to forgebox
97
98
- uses: pixl8/github-action-box-publish@v3
+ uses: pixl8/github-action-box-publish@v5
99
with:
100
forgebox_user: ${{ secrets.FORGEBOX_USER }}
101
forgebox_pass: ${{ secrets.FORGEBOX_PASS }}
0 commit comments