Skip to content

Commit 298dc8f

Browse files
refine on-tags.yml to have generated release notes (fixup)
Invalid workflow file: .github/workflows/on-tags.yml#L61 The workflow is not valid. .github/workflows/on-tags.yml (Line: 61, Col: 13): The identifier 'create-github-release' may not be used more than once
1 parent 2c3d3ab commit 298dc8f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/on-tags.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,6 @@ jobs:
4545
git merge ${{github.ref_name}}-release
4646
git push origin
4747
48-
- name: create github release
49-
id: create-github-release
50-
if: success() && startsWith(github.ref, 'refs/tags/')
51-
uses: actions/create-release@v1
52-
with:
53-
tag_name: ${{ github.ref }}
54-
release_name: ${{ github.ref }}
55-
body: "cutting release ${{ steps.create-bosh-release.outputs.version }}"
56-
env:
57-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58-
5948
# see https://github.com/ncipollo/release-action
6049
- name: create github release
6150
id: create-github-release

0 commit comments

Comments
 (0)