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 0f89ab0 commit 0f1ae14Copy full SHA for 0f1ae14
.github/workflows/deploy-published-releases.yaml
@@ -45,7 +45,6 @@ jobs:
45
sed -i -e "s~<@version@>~${GITHUB_REF##*/}~" constants.*
46
sed -i -e "s~<@baseEndpointUrl@>~${BASE_ENDPOINT}~" constants.*
47
sed -i -e "s~parseInt('<@maxQueryLength@>', 10)~${MAX_QUERY_LENGTH}~" constants.*
48
- cp -r ../src src
49
50
- name: Publish pre-release to NPM
51
if: ${{ github.event.release.prerelease }}
.github/workflows/pr-preview.yaml
@@ -41,7 +41,6 @@ jobs:
41
sed -i -e "s~<@version@>~0.0.0-dev~" constants.*
42
43
44
- name: Publish preview
run: |-
0 commit comments