Skip to content

Commit

Permalink
4.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneKrewinkel committed Jan 25, 2023
1 parent f789897 commit 3f9ed57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Release
uses: justincy/github-action-npm-release@2.0.2
id: release
- name: Print release output
if: ${{ steps.release.outputs.released == 'true' }}
run: echo Release ID ${{ steps.release.outputs.release_id }}
- name: Delete Older Releases
uses: dev-drprasad/delete-older-releases@v0.2.1
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atomic-bomb",
"version": "4.1.11",
"version": "4.1.12",
"description": "A small CLI tool to create atoms, molecules and organisms in a NodeJS app",
"main": "atomic-bomb.js",
"type": "module",
Expand Down

0 comments on commit 3f9ed57

Please sign in to comment.