Skip to content

Commit

Permalink
Just show the message
Browse files Browse the repository at this point in the history
  • Loading branch information
pryrt authored Jan 17, 2024
1 parent 2b7294f commit 1783c9f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/OnTag.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: OnDeploymentMetaData
name: OnTagMetaData

# Controls when the workflow will run
on:
# Triggers the workflow on deployment events (after tag)
deployment:
# Triggers the workflow on tag
push:
tags: '*'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -20,4 +21,5 @@ jobs:
# Runs a set of commands using the runners shell
- name: Show meta-info
run: |
echo JSON: ${{ toJson(github) }}
echo tag -m ${{ github.event.head_commit.message }}
# echo JSON: ${{ toJson(github) }}

0 comments on commit 1783c9f

Please sign in to comment.