Skip to content

Commit

Permalink
!feat(release): new version!
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed Jan 25, 2022
1 parent d0aa226 commit 7a8d744
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Create a New Release
on:
release:
types: [published]
workflow_run:
workflows: ["Publish to NPM Registry"]
types: [completed]
jobs:
release:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: New Release
runs-on: ubuntu-latest
steps:
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": "react-easy-marquee",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://jagnani73.github.io/react-easy-marquee",
"description": "A marquee component for React using CSS.",
"author": {
Expand Down

0 comments on commit 7a8d744

Please sign in to comment.