Skip to content

Commit

Permalink
Forgot to update .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Mar 6, 2024
1 parent 1145fef commit dee0d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
run: |
gh release delete 'nightly' --repo agda/agda --cleanup-tag --yes || true
ls -R artifacts
gh release create 'nightly' artifacts/**/* --repo agda/agda --generate-notes --notes-start-tag v2.6.4 --title "Nightly Build (${{ needs.build.outputs.sha }}@master)"
gh release create 'nightly' artifacts/**/* --repo agda/agda --generate-notes --notes-start-tag v2.6.4.3 --title "Nightly Build (${{ needs.build.outputs.sha }}@master)"
name: Deploy
'on':
workflow_dispatch: null
Expand Down

0 comments on commit dee0d2e

Please sign in to comment.