Skip to content

Commit 8ce4c94

Browse files
Update weekly_api_fetch.yml
1 parent 530933f commit 8ce4c94

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/weekly_api_fetch.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,15 @@ jobs:
4949
Generated by workflow run ${{ github.run_id }}
5050
artifacts: ${{ steps.find_file.outputs.file }}
5151
token: ${{ secrets.RELEASE_TOKEN }}
52+
53+
- name: Mark as latest release
54+
uses: ncipollo/release-action@v1
55+
with:
56+
tag: latest
57+
name: Latest
58+
body: |
59+
This release always points to the latest API dump.
60+
Generated by workflow run ${{ github.run_id }}
61+
artifacts: ${{ steps.find_file.outputs.file }}
62+
token: ${{ secrets.RELEASE_TOKEN }}
63+
allowUpdates: true

0 commit comments

Comments
 (0)