-
Notifications
You must be signed in to change notification settings - Fork 14
feat: Publish NPM package for version v5.6.0 rc1 #247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
001b910
chore: Bump npm package version
zguesmi 6a00f0c
feat: Publish npm package on tag event
zguesmi 7f73bf0
feat: Build before publishing
zguesmi 5894859
refactor: Rename job
zguesmi 1505b2d
chore: Rename job
zguesmi 7d37a34
feat: Use latest npm package
zguesmi 91f4719
fix: Debug publish job
zguesmi c80669c
fix: Debug publish job
zguesmi 56a7fae
fix: Debug publish job
zguesmi f957e73
fix: Debug publish job
zguesmi e58b8d2
fix: Debug publish job
zguesmi 18b332e
fix: Reuse resuable workflow
zguesmi 635c28c
Update repo url
zguesmi 3bef215
Cleazn
zguesmi 0101e9e
Reactivate
zguesmi ac2f3af
fix: Bump package version
zguesmi 60adfc2
refactor: Add EOF empty line
zguesmi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
name: Publish NPM Package | ||
|
||
on: | ||
release: | ||
types: [published] | ||
push: | ||
tags: | ||
- 'v*' | ||
|
||
jobs: | ||
build-and-test: | ||
uses: ./.github/workflows/main.yml | ||
|
||
publish: | ||
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@publish-npm-v1.2.0 | ||
needs: build-and-test | ||
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@publish-npm-v1.5.0 | ||
secrets: | ||
npm-token: ${{ secrets.NPM_TOKEN }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.