Skip to content

Commit

Permalink
add script to create tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevie-Ray committed Oct 16, 2022
1 parent ababa51 commit 9372faa
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Release
name: Create tag and release
on:
push:
branches:
Expand All @@ -10,7 +10,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@master

- name: Create Release
- name: Bump version and push tag
id: create_tag
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Create Github Release
id: create_release
uses: actions/create-release@latest
env:
Expand Down

0 comments on commit 9372faa

Please sign in to comment.