Skip to content

Commit

Permalink
Merge pull request #407 from multiversx/proto-optional
Browse files Browse the repository at this point in the history
"protobufjs" simplifications
  • Loading branch information
andreibancioiu authored Mar 20, 2024
2 parents ee7e2d4 + 1b43cb6 commit 7106a5f
Show file tree
Hide file tree
Showing 7 changed files with 1,708 additions and 893 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-not-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
channel:
type: choice
description: NPM channel
options:
- alpha
- beta
- previous
options:
- alpha
- beta
- previous

permissions:
contents: write
Expand All @@ -23,7 +23,7 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/

- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -33,7 +33,7 @@ jobs:
- run: npm ci
- run: npm test

- name: Publish to npmjs
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down
Loading

0 comments on commit 7106a5f

Please sign in to comment.