Skip to content

Commit

Permalink
Create release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TanDuy03 authored Jun 29, 2024
1 parent 00ed813 commit 29e0049
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release
on:
push:
branches:
# Change this if your primary branch is not main
- main
jobs:
main:
runs-on: ubuntu-latest
environment:
name: Semver #your environment name
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/[email protected]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 29e0049

Please sign in to comment.