Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvDh committed May 22, 2022
1 parent d1f041a commit d8bbe17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
prerelease: true
name: release ${{ github.ref }}
tag_name: next-pre
prerelease: false
name: main
tag_name: summer_22
generate_release_notes: true
files: |
./target/release/umm
Expand Down

0 comments on commit d8bbe17

Please sign in to comment.