Skip to content

Commit

Permalink
fixup! ci: Make automated release when tags are pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
Notgnoshi committed Apr 7, 2024
1 parent b5e3be4 commit b1c4cab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Extract Release Metadata
shell: bash
run: |
VERSION="$(.github/parse-manifest-key.sh Cargo.toml version)"
DESCRIPTION="$(.github/parse-manifest-key.sh Cargo.toml description)"
echo "VERSION=$VERSION" >> "$GITHUB_ENV"
echo "DESCRIPTION=$DESCRIPTION" >> "$GITHUB_ENV"
- name: Generate Release Notes
shell: bash
run: .github/get-release-notes.sh "$VERSION" "$DESCRIPTION" | tee release.md
- name: Make The Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit b1c4cab

Please sign in to comment.