Skip to content

Commit 70f19f6

Browse files
authored
Change the action that creates the release in release-build.yml
1 parent 63cf31e commit 70f19f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: ${{ github.ref == 'refs/heads/master' }}
6666

6767
- name: Create/update release
68-
uses: johnwbyrd/update-release@v1.0.0
68+
uses: IsaacShelton/update-existing-release@v1.3.4
6969
with:
7070
token: ${{ secrets.GITHUB_TOKEN }}
7171
files: ./datagateway-download-api-${{ env.VERSION }}-distro.zip

0 commit comments

Comments
 (0)