Skip to content

Commit

Permalink
Update 30-webhook-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd authored Oct 6, 2021
1 parent e70db13 commit a9aafb3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/30-webhook-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: 30 - Webhook Release
on:
release:
types: [published]
workflow_dispatch:
inputs:
tag:
description: 'New tag that will be created (ex: v1.2.4)'
required: true

jobs:
build:
Expand All @@ -18,7 +13,7 @@ jobs:
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- name: Echo
run: echo "Tag Name" ${{ steps.get_version.outputs.VERSION }}
run: echo "Tag:" ${{ steps.get_version.outputs.VERSION }}

- name: Trigger webhook
run: |
Expand Down

0 comments on commit a9aafb3

Please sign in to comment.