Skip to content

Commit

Permalink
Remove obsolete release message preparation (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus authored May 22, 2024
1 parent ae5a86f commit 8343c67
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,6 @@ jobs:
- name: "Push changes from release branch"
run: git push

- name: "Prepare release message"
run: |
cat > release-message <<'EOL'
${{ format(env.default-release-message, inputs.version, inputs.jira-version-number) }}
EOL
cat changelog >> release-message
# Pushing the release tag starts build processes that then produce artifacts for the release
- name: "Push release tag"
run: git push origin ${{ inputs.version }}
Expand Down

0 comments on commit 8343c67

Please sign in to comment.