Skip to content

Commit ae590a4

Browse files
committed
update daily-latest tag
1 parent ef5718f commit ae590a4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/daily-build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ jobs:
3030
name: pixels-package
3131
path: ./downloaded_package
3232

33+
- name: Update daily-latest tag to latest commit
34+
run: |
35+
git tag -d daily-latest || true
36+
git push origin --delete daily-latest || true
37+
git tag daily-latest
38+
git push origin daily-latest
39+
env:
40+
GH_TOKEN: ${{ secrets.PIXELS_DEVELOP }}
41+
3342
- name: Create or Update Daily Release
3443
uses: softprops/action-gh-release@v2
3544
with:

0 commit comments

Comments
 (0)