We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f733c24 commit aca7209Copy full SHA for aca7209
.github/workflows/new_release.yml
@@ -13,17 +13,14 @@ permissions:
13
14
jobs:
15
release:
16
- name: 'Draft new release (latest: ${{inputs.version}})'
+ name: 'Draft new release (${{inputs.version}})'
17
runs-on: ubuntu-latest
18
19
steps:
20
- name: 'Setup Repository (${{github.event.repository.name}})'
21
uses: actions/checkout@v4
22
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}})'
+ - name: 'Create new release (${{inputs.version}})'
27
uses: ncipollo/release-action@v1
28
with:
29
allowUpdates: false
0 commit comments