Skip to content

Commit

Permalink
create release
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky committed Nov 5, 2024
1 parent 407ef01 commit 5016f17
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,15 @@ jobs:
#git push origin --delete "$RC_BRANCH"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Release
uses: softprops/action-gh-release@v2
with:
name: Release v${{ steps.release_info.outputs.version }} (Rust)
tag_name: rs/v${{ steps.release_info.outputs.version }}
generate_release_notes: true
files: |
Cargo.toml
target/debug/hello
draft: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5016f17

Please sign in to comment.