We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3ee41 commit a26b9a1Copy full SHA for a26b9a1
1 file changed
.github/workflows/rust_release.yml
@@ -110,6 +110,7 @@ jobs:
110
111
- name: Update tag for nightly release
112
uses: richardsimko/update-tag@v1
113
+ if: github.ref == 'refs/heads/develop'
114
with:
115
tag_name: latest
116
env:
0 commit comments