Skip to content

Commit

Permalink
Write version to file
Browse files Browse the repository at this point in the history
  • Loading branch information
danclough committed Jun 16, 2023
1 parent 387c5ca commit a1c4f56
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ jobs:
with:
scheme: semver
increment: patch
- name: Checkout code
uses: actions/checkout@v3
- name: Write version
uses: DamianReeves/write-file-action@master
with:
ref: main
path: ./VERSION
contents: |
${{ steps.version.outputs.version }}
write-mode: overwrite
- name: Set up QEMU
uses: docker/[email protected]
with:
Expand Down

0 comments on commit a1c4f56

Please sign in to comment.