Skip to content

Commit

Permalink
add tag trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
NecatiMeral committed Mar 3, 2023
1 parent 5cc46a5 commit f35475f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ on:
push:
branches:
- "main"
tags:
- "v*.*.*"

permissions:
contents: write
Expand Down Expand Up @@ -118,7 +120,7 @@ jobs:
with:
files: dist/*.zip
generate_release_notes: true

# Upload the packages: https://github.com/marketplace/actions/upload-a-build-artifact
- name: Upload build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f35475f

Please sign in to comment.