Skip to content

Commit e5eee5d

Browse files
committed
Version
1 parent 4e32aab commit e5eee5d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
shell: bash
5757
run: mv _build/default/bin/Extract.exe ${{ steps.get_filenames.outputs.exe_name }}
5858

59-
- name: (release only) Upload artifact ${{ steps.get_filenames.outputs.artifact_name }}
59+
- name: (release only) Upload artifact ${{ matrix.os }}
6060
# if: github.event_name != 'pull_request'
6161
uses: actions/upload-artifact@v2
6262
with:

dune-project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
(name rescript-react-intl-extractor)
44

5+
(version 0.12.0)
6+
57
(generate_opam_files true)
68

79
(license MIT)

rescript-react-intl-extractor.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3+
version: "0.12.0"
34
synopsis: "Extracts messages for localization from ReScript source files"
45
maintainer: ["Christoph Knittel <[email protected]>"]
56
authors: ["Christoph Knittel <[email protected]>"]

0 commit comments

Comments
 (0)