Skip to content
Snippets Groups Projects
Commit 1b6f0fbe authored by Arnaud Levy's avatar Arnaud Levy
Browse files

test

parent bca5c20c
No related branches found
No related tags found
No related merge requests found
- name: Write Version to File
uses: brettdorrans/write-version-to-file@v1.0.2
name: Write Version to File
on:
push:
branches:
- master
jobs:
write-version:
runs-on: ubuntu-latest
name: Write Version to File
steps:
- uses: actions/checkout@master
- name: Update version
id: version
uses: brettdorrans/write-version-to-file@master
with:
filename: '/.VERSION'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment