Skip to content

Commit a3ff69d

Browse files
authored
Update cmake-single-platform.yml
1 parent 88aa801 commit a3ff69d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/cmake-single-platform.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ jobs:
4949
# Build your program with the given configuration
5050
run: cmake --build ${{github.workspace}}/build
5151

52-
- name: Delete previous tag release
53-
run: git tag -d pico2-autorelease; git push origin :refs/tags/pico2-autorelease
54-
52+
- name: Re-tag release
53+
run: |
54+
git push --delete origin pico2-autorelease
55+
git tag pico2-autorelease
56+
git push origin pico2-autorelease
5557
5658
- name: Release
5759
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)