Skip to content

Commit

Permalink
Merge branch 'release/release/0.15.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Dec 4, 2023
2 parents ba4e0c1 + 7837810 commit 5baf4ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 27 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'npm publish && test'
name: Release

on:
push:
Expand Down Expand Up @@ -26,5 +26,7 @@ jobs:
- run: npm version
- run: npm install
- run: npm publish --access public
- run: npx changelogithub
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
25 changes: 0 additions & 25 deletions .github/workflows/release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeed",
"type": "module",
"version": "0.15.11",
"version": "0.15.12",
"description": "🌱 Simple foundation library",
"author": {
"name": "Dirk Holtwick",
Expand Down

0 comments on commit 5baf4ae

Please sign in to comment.