Skip to content

Commit

Permalink
feat: testing package in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Jun 14, 2024
1 parent d7866a5 commit 96c1d5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '18'
registry-url: 'https://npm.pkg.github.com' # this is important for the publishing step
registry-url: 'https://npm.pkg.github.com/@amikos-tech' # this is important for the publishing step
- name: Create Beta Tag
id: tag
run: |
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# GH NPM Publish Experiment

This is a small experiment to test releasing NPM packages with GitHub Actions that get published to GH Packages.

The primary goal is to create development packages which get published for each merge (push) to `main`.

We also experiment with the versioning such that we can include the merge SHA and the version
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@amikos-tech/gh-npm-publish-experiment",
"name": "gh-npm-publish-experiment",
"version": "1.0.0",
"description": "An experiment in publishing npm packages to GH packages.",
"main": "index.js",
Expand Down

0 comments on commit 96c1d5a

Please sign in to comment.