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 64761c5 commit 9032c5aCopy full SHA for 9032c5a
.github/workflows/publish.yml
@@ -3,7 +3,6 @@ name: Publish
3
on:
4
release:
5
types: [published]
6
- workflow_dispatch:
7
8
jobs:
9
build:
@@ -59,9 +58,9 @@ jobs:
59
58
REPO: self
60
BRANCH: jsoo-stdlib
61
FOLDER: dist_jsoo
62
- TAG: jsoo-stdlib-${{ github.ref }}
+ TAG: jsoo-stdlib-${{ github.event.release.tag_name }}
63
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
- MESSAGE: "Build {sha}:\n{msg}"
+ MESSAGE: "Build ({sha}) {msg}"
65
66
- name: NPM Publish
67
if: success()
.gitignore
@@ -304,3 +304,4 @@ test/jsoo/src/stub.js
304
305
# Dist artifacts
306
dist
307
+dist_jsoo/src/ts2ocaml_*.ml*
dist_jsoo/.gitignore
@@ -5,4 +5,4 @@ _opam
.vscode
build
node_modules
-src/ts2ocaml_*.ml*
+test
0 commit comments