fixed yaml formatting

This commit is contained in:
vabene1111
2020-06-10 11:36:45 +02:00
parent e60441ec99
commit 29d4dcb73d
2 changed files with 26 additions and 26 deletions

View File

@@ -10,8 +10,8 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Get version number
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Update version file
uses: DamianReeves/write-file-action@v1.0
with: