Skip to content

Commit aca7209

Browse files
committed
Update new_release.yml
1 parent f733c24 commit aca7209

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/new_release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,14 @@ permissions:
1313

1414
jobs:
1515
release:
16-
name: 'Draft new release (latest: ${{inputs.version}})'
16+
name: 'Draft new release (${{inputs.version}})'
1717
runs-on: ubuntu-latest
1818

1919
steps:
2020
- name: 'Setup Repository (${{github.event.repository.name}})'
2121
uses: actions/checkout@v4
2222

23-
- name: 'Get latest Tag'
24-
run: echo "LATEST_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
25-
26-
- name: 'Create new release (current: ${{env.LATEST_TAG}}, new: ${{inputs.version}})'
23+
- name: 'Create new release (${{inputs.version}})'
2724
uses: ncipollo/release-action@v1
2825
with:
2926
allowUpdates: false

0 commit comments

Comments
 (0)