Compare commits
No commits in common. "eb9feb569f380124c35b5ee26475d6dcc90a2219" and "fc3436f7d83f70315f4be0622523cde746303b1d" have entirely different histories.
eb9feb569f
...
fc3436f7d8
1 changed files with 1 additions and 4 deletions
|
|
@ -1,9 +1,6 @@
|
|||
name: Build and Patch Releases
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- *
|
||||
schedule:
|
||||
- cron: '30 17 * * *' # Runs daily at 5:30 PM
|
||||
workflow_dispatch:
|
||||
|
|
@ -28,7 +25,7 @@ jobs:
|
|||
|
||||
- name: Compare with Latest Published Tag
|
||||
run: |
|
||||
latest_published_tag=$(curl -s -u :${{ secrets.TOKEN }} https://git.spgrn.com/v2/seang96/stirling-pdf/tags/list | jq -r '.tags[]' | grep -E '^v[0-9]+\.[0-9]+\.[0-9]+-fat$' | sort -V | tail -1 | sed 's/-fat$//')
|
||||
latest_published_tag=$(curl -s -u ${{ secrets.TOKEN }} https://git.spgrn.com/v2/_catalog | jq -r '.repositories[]' | grep -oP 'stirling-pdf:\K.*' | sort -V | tail -1 || echo "")
|
||||
echo "latest_published_tag=$latest_published_tag" >> $GITHUB_ENV
|
||||
|
||||
if [ -z "$latest_published_tag" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue