We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90776e3 commit 285dbadCopy full SHA for 285dbad
.github/workflows/main.yml
@@ -58,13 +58,15 @@ jobs:
58
mv OpenSCAD2CalculiX-*-x86_64.AppImage OpenSCAD2CalculiX-latest-x86_64.AppImage
59
60
- name: Tag latest
61
+ if: ${{ github.ref == 'refs/heads/master' }}
62
uses: richardsimko/update-tag@v1
63
with:
64
tag_name: latest
65
env:
66
GITHUB_TOKEN: ${{ github.token }}
67
68
- name: Release latest
69
70
uses: softprops/action-gh-release@v1
71
72
0 commit comments