We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530933f commit 8ce4c94Copy full SHA for 8ce4c94
1 file changed
.github/workflows/weekly_api_fetch.yml
@@ -49,3 +49,15 @@ jobs:
49
Generated by workflow run ${{ github.run_id }}
50
artifacts: ${{ steps.find_file.outputs.file }}
51
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