Skip to content

Commit 177a126

Browse files
committed
removed seperate release job
1 parent 32e2144 commit 177a126

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/release.yml

-20
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,6 @@ defaults:
1616
working-directory: 'heywood8.amlen-exporter'
1717

1818
jobs:
19-
20-
21-
build:
22-
name: Create Release
23-
runs-on: ubuntu-latest
24-
steps:
25-
- name: Checkout code
26-
uses: actions/checkout@v2
27-
- name: Create Release
28-
id: create_release
29-
uses: actions/create-release@v1
30-
env:
31-
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }} # This token is provided by Actions, you do not need to create your own token
32-
with:
33-
tag_name: ${{ github.ref }}
34-
release_name: Release ${{ github.ref }}
35-
body: Release ${{ github.ref }}
36-
draft: false
37-
prerelease: false
38-
3919
release:
4020
name: Release
4121
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)