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 206ffc3 commit 5e4b783Copy full SHA for 5e4b783
2 files changed
.github/workflows/build-linux-nightly.yml
@@ -25,7 +25,7 @@ jobs:
25
run: scripts/ci/package_builds.sh;
26
id: createpackage
27
- name: Update Release
28
- uses: IsaacShelton/update-existing-release@v1.3.2
+ uses: IsaacShelton/update-existing-release@v1.3.3
29
with:
30
token: ${{ secrets.GITHUB_TOKEN }}
31
tag: nightly
.github/workflows/manual-nightly.yml
@@ -28,7 +28,7 @@ jobs:
run: scripts/ci/package_builds.sh ${{ github.event.inputs.release }};
32
33
34
tag: ${{ github.event.inputs.release }}
0 commit comments