Skip to content

Autopublishing this module to https://nest.land#27

Open
michael-spengler wants to merge 2 commits intoBentoumiTech:masterfrom
michael-spengler:master
Open

Autopublishing this module to https://nest.land#27
michael-spengler wants to merge 2 commits intoBentoumiTech:masterfrom
michael-spengler:master

Conversation

@michael-spengler
Copy link

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.

pr-explanation

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 }}


Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

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"
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants