We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2620d91 commit ceb5b22Copy full SHA for ceb5b22
.github/workflows/build-linux.yml
@@ -170,10 +170,10 @@ jobs:
170
tag_name: ${{ env.RELEASE }}
171
files: projectGenerator-linux-armv7l-gui.gz
172
173
- - name: Run latest-tag
+ - name: Update Latest Tag - DateTime
174
uses: EndBug/latest-tag@latest
175
if: github.repository == 'openframeworks/projectGenerator' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/bleeding')
176
with:
177
ref: nightly
178
description: Latest Always Nightly Builds
179
- force-branch: false
+ force-branch: true
0 commit comments