Skip to content

Commit 88786d6

Browse files
authored
@genexus/mercury 0.26.1-next.0 (#600)
* `@genexus/mercury 0.26.1-next.0` * Add `--tag next` for a temporary mercury test version * 0.0.211
1 parent 01da026 commit 88786d6

File tree

5 files changed

+27528
-1648
lines changed

5 files changed

+27528
-1648
lines changed

.github/workflows/install-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: publish
6969
if: ${{ inputs.publish == true }}
70-
run: npm publish --access=public
70+
run: npm publish --access=public --tag next
7171
env:
7272
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
7373
working-directory: ${{ inputs.package }}

0 commit comments

Comments
 (0)