Autopublishing this module to https://nest.land#27
Open
michael-spengler wants to merge 2 commits intoBentoumiTech:masterfrom
Open
Autopublishing this module to https://nest.land#27michael-spengler wants to merge 2 commits intoBentoumiTech:masterfrom
michael-spengler wants to merge 2 commits intoBentoumiTech:masterfrom
Conversation
Cyberhan123
suggested changes
Feb 26, 2021
Comment on lines
+1
to
+25
| name: "publish current release to https://nest.land" | ||
|
|
||
| on: | ||
| release: | ||
| types: | ||
| - published | ||
|
|
||
| jobs: | ||
| publishToNestDotLand: | ||
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - name: Setup repo | ||
| uses: actions/checkout@v2 | ||
|
|
||
| - name: "setup" # check: https://github.com/actions/virtual-environments/issues/1777 | ||
| uses: denolib/setup-deno@v2 | ||
| with: | ||
| deno-version: v1.4.6 | ||
|
|
||
| - name: "check nest.land" | ||
| run: | | ||
| deno run --allow-net --allow-read --allow-run https://deno.land/x/cicd/publish-on-nest.land.ts ${{ secrets.GITHUB_TOKEN }} ${{ secrets.NESTAPIKEY }} ${{ github.repository }} | ||
|
|
||
|
|
Comment on lines
+1
to
+10
| { | ||
| "name": "denox", | ||
| "description": "Script runner and workspace configuration for Deno", | ||
| "homepage": "https://github.com/bentoumitech/denox", | ||
| "files": [ | ||
| "./**/*.ts", | ||
| "README.md" | ||
| ], | ||
| "entry": "./mod.ts" | ||
| } |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains necessary information to publish this Deno module additionally to https://nest.land as soon as you create a new release.
Requirement: You'll need to register at https://nest.land/ once to get an API Key and add it into your repositories secrets - named NESTAPIKEY - see screenshot.