nidhal baccouri commited on
Commit
eb81737
·
1 Parent(s): 878ab25

updated github action

Browse files
Files changed (1) hide show
  1. .github/workflows/pre-release.yml +0 -23
.github/workflows/pre-release.yml DELETED
@@ -1,23 +0,0 @@
1
- name: "pre-release"
2
-
3
- on:
4
- push:
5
- branches:
6
- - "master"
7
-
8
- jobs:
9
- pre-release:
10
- name: "Pre Release"
11
- runs-on: "ubuntu-latest"
12
-
13
- steps:
14
- - name: "Build & test"
15
- run: |
16
- echo "done!"
17
-
18
- - uses: "marvinpinto/action-automatic-releases@latest"
19
- with:
20
- repo_token: "${{ secrets.GITHUB_TOKEN }}"
21
- automatic_release_tag: "latest"
22
- prerelease: true
23
- title: "Development Build"