Skip to content

Commit c4e4aa0

Browse files
committed
Squelch build warning about version.txt
1 parent f267ac8 commit c4e4aa0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ jobs:
2828
id: get_version
2929
run: echo "version=$(git describe --tags $(git rev-list --tags --max-count=1))" >> $GITHUB_OUTPUT
3030

31-
- name: Upload version.txt
32-
uses: actions/upload-artifact@v3
33-
with:
34-
name: version-txt
35-
path: version.txt
36-
3731
- name: Output version
3832
run: echo "The version is ${{ steps.get_version.outputs.version }}"
3933

0 commit comments

Comments
 (0)