Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
guptadev21 committed Oct 24, 2024
1 parent cfaa326 commit 412be43
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
name: 🎉 Release
name: Release
on:
push:
branches:
- main
- chore/refactor
- master

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Checkout Code
uses: actions/[email protected]
with:
token: ${{ secrets.GH_TOKEN }}

- name: Run semantic-release
run: |
npm install --save-dev semantic-release@18.0.0
npm install --save-dev semantic-release@19.0.2
npm install @semantic-release/git -D
npm install @semantic-release/changelog -D
npm install @semantic-release/exec -D
npx semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
MINIO_URL: ${{ secrets.MINIO_URL }}
MINIO_ACCESS_KEY: ${{ secrets.MINIO_ACCESS_KEY }}
MINIO_SECRET: ${{ secrets.MINIO_SECRET }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 412be43

Please sign in to comment.