Skip to content

Commit

Permalink
CI - test tags
Browse files Browse the repository at this point in the history
  • Loading branch information
easingthemes committed Apr 16, 2021
1 parent 40a3789 commit 33648ba
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes.

0 comments on commit 33648ba

Please sign in to comment.