Skip to content

Commit 68907da

Browse files
Tag latest master automatically again for GH release notes (#1024)
1 parent 60fe090 commit 68907da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,12 @@ jobs:
283283
name: rescript-vscode-${{ steps.tag_name.outputs.tag }}.vsix
284284
path: rescript-vscode-${{ steps.tag_name.outputs.tag }}.vsix
285285

286+
- name: Move latest-master tag to current commit
287+
if: github.ref == 'refs/heads/master'
288+
uses: jimeh/update-tags-action@v1
289+
with:
290+
tags: "latest-master"
291+
286292
- name: Publish latest master to GitHub
287293
if: github.ref == 'refs/heads/master'
288294
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)