Skip to content

Commit

Permalink
Merge branch 'java-update'
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Sep 3, 2024
2 parents ce692ac + 961bfbd commit 29ab7d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: |
release_name=echo "{{github.ref_name}}" | sed -e "s/onebusaway-gtfs-modules-//"
echo "RELEASE_NAME=$release_name" >> $GITHUB_ENV
- name: Release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
generate_release_notes: true
name: {{ env.RELEASE_NAME }}

0 comments on commit 29ab7d2

Please sign in to comment.