Skip to content

Commit 902bc5d

Browse files
committed
ci: Use GITHUB_SHA instead of 'develop'
1 parent 01edad1 commit 902bc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devbuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
allowUpdates: 'true'
8282
artifacts: "continuous/*"
8383
body: "Continuous dev-build release.<br>Updated every time changes are pushed to develop.<br>Do not use unless you have been told to, or are curious about the contents of the dev build.<br>Do not link to this release."
84-
commit: 'develop'
84+
commit: "${{ github.sha }}"
8585
name: "continuous"
8686
prerelease: 'true'
8787
removeArtifacts: 'true'

0 commit comments

Comments
 (0)