Skip to content

Commit

Permalink
feat: now creates a tag on version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
neverendingqs committed Oct 17, 2020
1 parent 25eefc7 commit fc81181
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/tag-new-npm-package-releases-change.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Tag new npm package releases
on:
push:
branches:
- master
paths:
- package.json
jobs:
tag-npm-release:
name: Tag new npm package releases
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: neverendingqs/gh-action-tag-on-npm-version@master

0 comments on commit fc81181

Please sign in to comment.