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 adf16b0 commit a0327e9Copy full SHA for a0327e9
.github/workflows/main.yml
@@ -18,26 +18,3 @@ jobs:
18
args: bin/deployment-create-status bin/deployment-get-id
19
- name: Docker build
20
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