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 fa160b5 commit 0a628e8Copy full SHA for 0a628e8
.github/workflows/publish-release.yml
@@ -42,23 +42,6 @@ jobs:
42
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
43
ref: stable
44
45
- - name: Download the application artifact
46
- uses: actions/download-artifact@v3
47
- with:
48
- name: hyde
49
- path: builds
50
-
51
- - name: Download the checksum artifact
52
53
54
- name: checksum
55
56
57
- - name: Download the version number artifact
58
59
60
- name: version
61
62
- name: Prepare version information
63
run: |
64
echo "VERSION=$(php ./bin/get-release-version.php)" >> $GITHUB_ENV
0 commit comments