mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-04-28 19:00:44 -04:00
CI - test tags
This commit is contained in:
parent
40a3789c05
commit
33648ba2ca
2 changed files with 20 additions and 0 deletions
20
.github/workflows/release-test.yml
vendored
Normal file
20
.github/workflows/release-test.yml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
name: List tags
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag:
|
||||
description: '<newversion> | major | minor | patch'
|
||||
required: true
|
||||
default: 'patch'
|
||||
jobs:
|
||||
checkout:
|
||||
name: checkout
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- run: |
|
||||
git config user.name github-actions
|
||||
git config user.email github-actions@github.com
|
||||
- name: List tags
|
||||
run: git tag -l
|
Loading…
Add table
Reference in a new issue