We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fe090 commit 68907daCopy full SHA for 68907da
.github/workflows/ci.yml
@@ -283,6 +283,12 @@ jobs:
283
name: rescript-vscode-${{ steps.tag_name.outputs.tag }}.vsix
284
path: rescript-vscode-${{ steps.tag_name.outputs.tag }}.vsix
285
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
+
292
- name: Publish latest master to GitHub
293
if: github.ref == 'refs/heads/master'
294
uses: softprops/action-gh-release@v2
0 commit comments