Skip to content

Commit

Permalink
chore: Added vweevers/additional-tags-action@v1 to automatically tag …
Browse files Browse the repository at this point in the history
…release (#40)
  • Loading branch information
fuxingloh authored Jan 18, 2021
1 parent 8635934 commit fce1a46
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Release Tags

on:
release:
types: [ released ]

jobs:
release-tags:
runs-on: ubuntu-latest
steps:
- name: Additional Tags
uses: vweevers/additional-tags-action@v1

0 comments on commit fce1a46

Please sign in to comment.