Skip to content

Update README.md

Update README.md #2

Workflow file for this run

name: version
on:
push:
tags:
- '*'
jobs:
write-version:
runs-on: ubuntu-latest
name: Write Version to File
steps:
- uses: actions/checkout@master
- name: Update version
uses: brettdorrans/write-version-to-file@master
with:
filename: './version.txt'
placeholder: '${VERSION}'