Skip to content

Commit

Permalink
try to get the tag
Browse files Browse the repository at this point in the history
bclement-ocp committed May 31, 2024
1 parent 920fc9e commit d65690c
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_static.yml
Original file line number Diff line number Diff line change
@@ -72,6 +72,8 @@ jobs:

- name: Checkout code
uses: actions/checkout@v4
with:
fetch-tags: true

- name: Switch to ocaml user
run: su ocaml
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Release
name: release

on:
workflow_dispatch
release:
types:
- created

env:
OCAML_DEFAULT_VERSION: 4.14.1

0 comments on commit d65690c

Please sign in to comment.