Skip to content

Commit

Permalink
Try to get the release packages publishing again.
Browse files Browse the repository at this point in the history
As per the docs on:
https://github.com/eregon/publish-release

> Note that the release must *not be marked as prerelease* for this to work.

For some reason, we were marking the release as pre-release before and
this was working, but the docs here seem pretty clear, so I'm going to
try it.
  • Loading branch information
silvasean committed Mar 30, 2022
1 parent 3a96078 commit 4f61b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaseSnapshotPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
body: |
Automatic snapshot release of torch-mlir.
draft: true
prerelease: true
prerelease: false

- name: "Invoke workflow :: Build and Test"
uses: benc-uk/workflow-dispatch@v1
Expand Down

0 comments on commit 4f61b1f

Please sign in to comment.