Add tag checker test

This commit is contained in:
Tsuyoshi CHO
2021-02-14 13:57:41 +09:00
parent bbfd8c9cac
commit 06537dd0a5
2 changed files with 17 additions and 0 deletions

View File

@@ -61,3 +61,18 @@ jobs:
- name: Check diff
run: git diff
tagged_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
id: depup
with:
file: testdata/testfile
version_name: THEMIS_VERSION
repo: thinca/vim-themis
tag: true
- name: Check diff
run: git diff

2
testdata/testfile vendored
View File

@@ -39,3 +39,5 @@ TMUX_VERSION=3.0
POETRY_VERSION="1.1.3"
ENV POETRY_VERSION='1.1.3'
THEMIS_VERSION=1.5