Skip to content

Commit ceb5b22

Browse files
authored
Update Action (#629)
1 parent 2620d91 commit ceb5b22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ jobs:
170170
tag_name: ${{ env.RELEASE }}
171171
files: projectGenerator-linux-armv7l-gui.gz
172172

173-
- name: Run latest-tag
173+
- name: Update Latest Tag - DateTime
174174
uses: EndBug/latest-tag@latest
175175
if: github.repository == 'openframeworks/projectGenerator' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/bleeding')
176176
with:
177177
ref: nightly
178178
description: Latest Always Nightly Builds
179-
force-branch: false
179+
force-branch: true

0 commit comments

Comments
 (0)