Skip to content

Commit

Permalink
Update update_prerelease_version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Exactol committed Dec 7, 2020
1 parent bdb085b commit a80466f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_prerelease_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2

- name: Update version_prerelease.txt version
run: echo '${{ github.event.release.tag_name }}' > CompilePalX/version_prerelease.txt
run: echo '${{ github.event.release.tag_name }}' | sed 's/[^0-9]*//' > CompilePalX/version_prerelease.txt

- name: Update version_prerelease.txt on GitHub
uses: test-room-7/action-update-file@v1.4.0
Expand Down

0 comments on commit a80466f

Please sign in to comment.