Skip to content

Commit a0327e9

Browse files
authored
Remove use of tagged release
Not working at the moment
1 parent adf16b0 commit a0327e9

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,3 @@ jobs:
1818
args: bin/deployment-create-status bin/deployment-get-id
1919
- name: Docker build
2020
run: docker build -t actions-github-deployment-status .
21-
22-
gh-tagged-release:
23-
name: Tagged release
24-
needs: test
25-
runs-on: ubuntu-latest
26-
27-
steps:
28-
- name: Checkout source code
29-
uses: actions/checkout@v2
30-
31-
- name: Check Tag
32-
id: check-tag
33-
run: |
34-
if [[ ${{ github.event.ref }} =~ ^refs/tags/v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
35-
echo ::set-output name=match::true
36-
fi
37-
38-
- name: Create Release
39-
uses: "marvinpinto/[email protected]"
40-
if: steps.check-tag.outputs.match == 'true'
41-
with:
42-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
43-
prerelease: false

0 commit comments

Comments
 (0)